Skip to content

Commit 107a21f

Browse files
tstellarIanWood1
authored andcommitted
workflows/commit-access-greeter: Add pull-request read permissions (llvm#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.
1 parent b430d9d commit 107a21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-access-greeter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
commit-access-greeter:
1313
permissions:
1414
issues: write
15+
pull-requests: read
1516
if: >-
1617
github.repository_owner == 'llvm' &&
1718
github.event.label.name == 'infra:commit-access-request'

0 commit comments

Comments
 (0)