From e28616a22af81c1e24aa8026992560799d2c0170 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 24 Apr 2025 17:26:29 -0700 Subject: [PATCH] workflows/commit-access-greeter: Add pull-request read permissions (#137268) This is now needed in order to list the pull requests for a user. I'm not sure what changed but this didn't used to be necessary. --- .github/workflows/commit-access-greeter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commit-access-greeter.yml b/.github/workflows/commit-access-greeter.yml index ef489b4d3c9a..a5fbbbb94e22 100644 --- a/.github/workflows/commit-access-greeter.yml +++ b/.github/workflows/commit-access-greeter.yml @@ -12,6 +12,7 @@ jobs: commit-access-greeter: permissions: issues: write + pull-requests: read if: >- github.repository_owner == 'llvm' && github.event.label.name == 'infra:commit-access-request'