Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
4825166f87
commit
840a7c1dc4
|
|
@ -0,0 +1,17 @@
|
|||
name: Adds all issues to project board
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@RELEASE_VERSION
|
||||
with:
|
||||
project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3
|
||||
labeled: enhancement, bug
|
||||
label-operator: OR
|
||||
Loading…
Reference in New Issue