Skip to content

Instantly share code, notes, and snippets.

@woodie
Last active May 4, 2021 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodie/f8cd89b721c5ddd31d32496e435d04af to your computer and use it in GitHub Desktop.
Save woodie/f8cd89b721c5ddd31d32496e435d04af to your computer and use it in GitHub Desktop.
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/assign-one-project-github-action@1.2.1
with:
project: 'https://github.com/${{ github.repository }}/projects/1'
@woodie
Copy link
Author

woodie commented Apr 30, 2021

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.

to-do-auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment