Fix PR and issue labeler job permissions (#14134)

This commit is contained in:
John Westcott IV
2023-06-15 14:56:40 -04:00
committed by GitHub
parent 9676a95e05
commit ba99ddfd82
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ on:
- synchronize
permissions:
contents: read # to determine modified files (actions/labeler)
contents: write # to determine modified files (actions/labeler)
pull-requests: write # to add labels to PRs (actions/labeler)
jobs: