Update .gitea/workflows/add-issue-to-project.yaml

This commit is contained in:
Byroks 2024-01-07 15:33:26 +01:00
parent 4825166f87
commit 840a7c1dc4
1 changed files with 17 additions and 0 deletions

View File

@ -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