Test Backporting

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-05-15 14:01:22 +02:00
parent 65aaf4857d
commit 34c361d3f8
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
name: Merge backport
runs-on: ubuntu-latest
needs: build
if: ${{ startsWith(github.event.pull_request.base.ref, 'version/') && startsWith(github.event.pull_request.head.ref, 'backport/pr-') }}
if: ${{ startsWith(github.event.pull_request.base.ref, 'version/') && startsWith(github.event.pull_request.head.ref, 'backport-pr-') }}
permissions:
contents: write
issues: write