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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: GitHub Project Board Automation
|
||||
uses: pritishvaidya/github-project-board-automation@0.0.1.5
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
with:
|
||||
projects: Midgard 5 Entwicklung,Midgard5VTT Entwicklung
|
||||
column: In Progress
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
project-url: https://git.byroks.de/orgs/MidgardVTT-Entwicklung/projects/3
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
labeled: bug, needs-triage
|
||||
label-operator: OR
|
||||
Loading…
Reference in New Issue