ci: Fix permissions in labeler workflow (#3032)

* ci: Fix permissions in labeler workflow

* ci: Add write permissions
pull/3033/head
Michael Li 3 years ago committed by GitHub
parent 4f37319c6f
commit f412abc205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,8 @@ on:
- pull_request_target
permissions:
content: read
contents: read
pull-requests: write
jobs:
triage:

Loading…
Cancel
Save