From 03041f817a2120c06e0fb3e9bf46db90757d1742 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Fri, 4 Jul 2025 13:33:45 +0200 Subject: [PATCH] [CI] Require issues 'write' access for actions/labeler --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 38f4c48c4..7ff9727a9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,6 +8,7 @@ jobs: runs-on: ubuntu-24.04 permissions: contents: read + issues: write pull-requests: write steps: - name: Check out repository