Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
ad884994dd
commit
47fd5b7763
|
|
@ -10,9 +10,9 @@ jobs:
|
||||||
name: Add issue to project
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: GitHub Project Board Automation
|
- uses: actions/add-to-project@v0.5.0
|
||||||
uses: pritishvaidya/github-project-board-automation@0.0.1.5
|
|
||||||
with:
|
with:
|
||||||
projects: Midgard 5 Entwicklung,Midgard5VTT Entwicklung
|
project-url: https://git.byroks.de/orgs/MidgardVTT-Entwicklung/projects/3
|
||||||
column: In Progress
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
labeled: bug, needs-triage
|
||||||
|
label-operator: OR
|
||||||
Loading…
Reference in New Issue