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
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
|
|
@ -12,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
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 }}
|
||||
labeled: bug, enhancement
|
||||
label-operator: OR
|
||||
Loading…
Reference in New Issue