Merge pull request #10453 from TeamNewPipe/pr-labeler

Add content: read permission to PR size labeler workflow
This commit is contained in:
Tobi 2023-09-26 10:42:01 +02:00 committed by GitHub
commit 9c86afe40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: "PR size labeler"
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs: