Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
47fd5b7763
commit
718f1eab99
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
- 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/orgs/MidgardVTT-Entwicklung/projects/3
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
labeled: bug, needs-triage
|
labeled: bug, enhancement
|
||||||
label-operator: OR
|
label-operator: OR
|
||||||
Loading…
Reference in New Issue