ci: add issues to project board (#5583)
This commit is contained in:
parent
6be9cb974c
commit
a7453d16ef
16
.github/workflows/issues.yaml
vendored
Normal file
16
.github/workflows/issues.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Adds all issues to 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@v1.0.2
|
||||||
|
with:
|
||||||
|
project-url: https://github.com/orgs/${{ vars.ORG_NAME }}/projects/${{ vars.JAN_PROJECT_NUMBER }}
|
||||||
|
github-token: ${{ secrets.AUTO_ADD_TICKET_PAT }}
|
||||||
Loading…
x
Reference in New Issue
Block a user