Request for Additional Information to Complete Issue #121
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: Move opened issues into OpenBot - To do | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| automate-project-columns: | |
| runs-on: ubuntu-latest | |
| # Check we are not on a fork | |
| if: github.repository == 'ob-f/OpenBot' | |
| steps: | |
| - uses: alex-page/[email protected] | |
| with: | |
| project: OpenBot | |
| column: To do | |
| repo-token: ${{ secrets.GH_TOKEN }} |