Add GH action to automatically add issues to the project board (#372)

This commit is contained in:
Franck Royer 2021-05-18 13:52:50 +10:00 committed by GitHub
parent 095320044f
commit 28696d6ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
name: Add new issues Vac PM Board
on:
issues:
types: [opened]
jobs:
add-new-issue-to-new-column:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: Vac PM Board
column: New
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}