Skip to content

Commit da46c2b

Browse files
authored
[Breaking Changes] Add issues:read and pull-requests:read permissions (#36625)
- Required to work correctly in private repos
1 parent 4a4f772 commit da46c2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/breaking-change-add-label-artifacts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions:
1111
# Required for github.rest.actions.listWorkflowRunsForRepo()
1212
actions: read
1313
contents: read
14+
# Required for github.rest.repos.listPullRequestsAssociatedWithCommit()
15+
issues: read
16+
pull-requests: read
1417

1518
jobs:
1619
breaking-change-add-label-artifacts:

0 commit comments

Comments
 (0)