Merge branch 'dev' into de_de-i18n

This commit is contained in:
Bob Ros 2025-06-28 11:38:59 +02:00 committed by GitHub
commit 3f696b4d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/workflows/issues.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
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@v1.0.2
with:
project-url: https://github.com/orgs/${{ vars.ORG_NAME }}/projects/${{ vars.JAN_PROJECT_NUMBER }}
github-token: ${{ secrets.AUTO_ADD_TICKET_PAT }}