Skip to content

Commit 50c762b

Browse files
Merge pull request #3582 from MicrosoftDocs/copilot/fix-label-pr-job-failure
Fix `label-pr` workflow permissions for PR labeling/commenting
2 parents 99d0320 + 46c0c86 commit 50c762b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
14+
issues: write
1415
pull-requests: write
1516

1617
steps:

0 commit comments

Comments
 (0)