From a2c85e3e7b8ea29d08c534f3beefcc4f6f92e198 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Tue, 18 Aug 2026 02:37:35 +0300 Subject: [PATCH] fix(ci): grant contributor check issue read access (#2693) Signed-off-by: astandrik --- .github/workflows/contributor-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index c1028a7e..42934071 100644 --- a/.github/workflows/contributor-check.yml +++ b/.github/workflows/contributor-check.yml @@ -270,6 +270,7 @@ jobs: permissions: contents: read pull-requests: read + issues: read steps: - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0