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