Skip to content

Commit

Permalink
try to add all issues automatically to the project board
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Nov 26, 2023
1 parent 29a6b18 commit 7ec0dd1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add all issues to Staffplan v3 project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/goinvo/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 7ec0dd1

Please sign in to comment.