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
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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:
|
with:
|
||||||
project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3
|
projects: Midgard 5 Entwicklung,Midgard5VTT Entwicklung
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
column: In Progress
|
||||||
labeled: enhancement, bug
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
label-operator: OR
|
|
||||||
Loading…
Reference in New Issue