Last active
May 4, 2021 01:41
-
-
Save woodie/f8cd89b721c5ddd31d32496e435d04af to your computer and use it in GitHub Desktop.
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 new issues to project board | |
on: | |
issues: | |
types: [opened] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
add-new-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: srggrs/[email protected] | |
with: | |
project: 'https://github.com/${{ github.repository }}/projects/1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Monday.com provides in Integration that creates a Github Issue associated with a Monday Item. If you want new issues added to a project board, you can use this workflow to do that. Make sure to update the project URL with your actual org/repo.
You will also want to use Github's built-in automation to assign newly added items to a column.