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:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
automate-project-columns:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
- uses: alex-page/github-project-automation-plus@v0.8.3
|
||||
with:
|
||||
project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
labeled: bug, enhancement
|
||||
label-operator: OR
|
||||
project: Midgard 5 Entwicklung
|
||||
column: To Do
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
||||
Loading…
Reference in New Issue