Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
718f1eab99
commit
d67de1b064
|
|
@ -1,10 +1,5 @@
|
||||||
name: Adds all issues to project board
|
name: Adds all issues to project board
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-to-project:
|
add-to-project:
|
||||||
name: Add issue to project
|
name: Add issue to project
|
||||||
|
|
@ -12,7 +7,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/add-to-project@v0.5.0
|
- uses: actions/add-to-project@v0.5.0
|
||||||
with:
|
with:
|
||||||
project-url: https://git.byroks.de/orgs/MidgardVTT-Entwicklung/projects/3
|
project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
labeled: bug, enhancement
|
labeled: bug, enhancement
|
||||||
label-operator: OR
|
label-operator: OR
|
||||||
Loading…
Reference in New Issue