mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
build: harden label_pr.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
3eb748ff1f
commit
21291b53fd
4
.github/workflows/label_pr.yml
vendored
4
.github/workflows/label_pr.yml
vendored
@ -7,6 +7,10 @@ on:
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
permissions:
|
||||
contents: read # to determine modified files (actions/labeler)
|
||||
pull-requests: write # to add labels to PRs (actions/labeler)
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user