From 0f0c0e5f963ebd59cc9b604197dea41df7836656 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 27 Apr 2026 22:50:28 +0100 Subject: [PATCH] Fix label-remove issue permission (#12431) --- .github/workflows/label-remove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-remove.yml b/.github/workflows/label-remove.yml index 9cbd68d823c..f090db61ed9 100644 --- a/.github/workflows/label-remove.yml +++ b/.github/workflows/label-remove.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + issues: write pull-requests: write steps: