Skip to content

Disable message proposal input if there is already one submitted that Bitcoin block #30

Disable message proposal input if there is already one submitted that Bitcoin block

Disable message proposal input if there is already one submitted that Bitcoin block #30

Workflow file for this run

name: Add Issues to AIBTC Project
on:
issues:
types: [opened, labeled]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/aibtcdev/projects/7
github-token: ${{ secrets.GITHUB_TOKEN }}