From ff698baef794242e4996e5f803f81aa4daca6fab Mon Sep 17 00:00:00 2001 From: Bobby Noelte Date: Tue, 17 Mar 2026 21:39:08 +0100 Subject: [PATCH] fix: bump version workflow blocked by pull request rights missing (#963) Signed-off-by: Bobby Noelte --- .github/workflows/bump-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 2b1f1c8..0d431e3 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -8,6 +8,7 @@ on: permissions: contents: write # Required for pushing commits and tags + pull-requests: write # Required to create a pull request concurrency: group: bump-version-main