Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
cfdba0ee75
commit
c24e2b7af2
|
|
@ -1,13 +1,15 @@
|
||||||
name: Adds all issues to project board
|
name: Move new issues into To Do
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-to-project:
|
automate-project-columns:
|
||||||
name: Add issue to project
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/add-to-project@v0.5.0
|
- uses: alex-page/github-project-automation-plus@v0.8.3
|
||||||
with:
|
with:
|
||||||
project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3
|
project: Midgard 5 Entwicklung
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
column: To Do
|
||||||
labeled: bug, enhancement
|
repo-token: ${{ secrets.GH_TOKEN }}
|
||||||
label-operator: OR
|
|
||||||
Loading…
Reference in New Issue