Skip to content

Commit 9c8aa8a

Browse files
mikehardervasanthrajams
authored andcommitted
[Breaking Changes] Add issues:read and pull-requests:read permissions (Azure#36625)
- Required to work correctly in private repos
1 parent b7450f5 commit 9c8aa8a

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)