From f13c6caf7285bd5a259eb91089a12f4db453a354 Mon Sep 17 00:00:00 2001 From: Mate Farkas Date: Sat, 7 Jun 2025 14:23:34 +0100 Subject: [PATCH] fix: Allow labeling PRs https://github.com/googleapis/release-please-action/issues/1105 https://github.com/googleapis/release-please-action/pull/1108 --- template/.github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.github/workflows/release.yml b/template/.github/workflows/release.yml index 454ce7a..f4427e6 100644 --- a/template/.github/workflows/release.yml +++ b/template/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + issues: write pull-requests: write jobs: