From da523e09a85101074317265774aa074fcf0a5244 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 27 Apr 2026 22:15:16 +0100 Subject: [PATCH] Fix label-remove issue permission --- .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: