ci: add new issues to backlog project
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
4021cfd056
commit
f45e28c9f7
16
.github/workflows/add-issues-to-backlog.yml
vendored
Normal file
16
.github/workflows/add-issues-to-backlog.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Add issues to backlog project
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-to-project:
|
||||||
|
name: Add issue to project
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/add-to-project@v0.0.3
|
||||||
|
with:
|
||||||
|
project-url: https://github.com/orgs/dagger/projects/2
|
||||||
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
Reference in New Issue
Block a user