From c6f432a5c48a3515dfc932eb09bd1e11ab0c983e Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Fri, 15 May 2026 13:43:56 +0200 Subject: [PATCH] Test Backporting Signed-off-by: Chaoscaot --- .gitea/workflows/backport-commoncore.yml | 1 + .gitea/workflows/pull-request-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/backport-commoncore.yml b/.gitea/workflows/backport-commoncore.yml index ba8845d0..41c7be36 100644 --- a/.gitea/workflows/backport-commoncore.yml +++ b/.gitea/workflows/backport-commoncore.yml @@ -8,6 +8,7 @@ on: permissions: contents: write + issues: write pull-requests: write issues: write diff --git a/.gitea/workflows/pull-request-build.yml b/.gitea/workflows/pull-request-build.yml index 2387a7b2..aac640f7 100644 --- a/.gitea/workflows/pull-request-build.yml +++ b/.gitea/workflows/pull-request-build.yml @@ -47,6 +47,7 @@ jobs: if: ${{ startsWith(github.event.pull_request.base.ref, 'version/') && startsWith(github.event.pull_request.head.ref, 'backport/pr-') }} permissions: contents: write + issues: write pull-requests: write steps: - name: Merge successful backport PR