mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Fix PR and issue labeler job permissions (#14134)
This commit is contained in:
2
.github/workflows/label_pr.yml
vendored
2
.github/workflows/label_pr.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user