Add content: read permission to PR size labeler workflow
This commit is contained in:
parent
9aed680ae6
commit
55d13e30fa
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…
Add table
Add a link
Reference in a new issue