Disable message proposal input if there is already one submitted that Bitcoin block #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |