labeler.yml: set top-level read-only permissions (#9862)

This commit is contained in:
Pedro Nacht 2022-11-01 15:24:49 -03:00 committed by GitHub
parent c0f2727e55
commit 0574e1e903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,12 @@ name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps: