Add content: read permission to PR size labeler workflow
This commit is contained in:
parent
f90d74ca31
commit
db4619f5a4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-labeler.yml
vendored
1
.github/workflows/pr-labeler.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: "PR size labeler"
|
||||
on: [pull_request]
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue