From 7536036fce7ea2acdebd56071530399b8252af57 Mon Sep 17 00:00:00 2001 From: Daniels Nagornuks Date: Thu, 11 Jun 2026 13:34:33 +0100 Subject: [PATCH] CI: grant pull-request read permission for verify-pr-title job to pr-verifier caller Add read permission for verify-pr-title job to able to read the title successfully. Signed-off-by: Daniels Nagornuks --- .github/workflows/pr-verifier.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-verifier.yml b/.github/workflows/pr-verifier.yml index e2bfc8b82..9d06afdf3 100644 --- a/.github/workflows/pr-verifier.yml +++ b/.github/workflows/pr-verifier.yml @@ -8,4 +8,6 @@ permissions: {} jobs: verify-pr-title: + permissions: + pull-requests: read uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@4e535f2436d167295d39d488ce5c44b5a2d49792