Merge pull request #10447 from TeamNewPipe/pr-labeler

Add write permission to PR labeler workflow
This commit is contained in:
Tobi 2023-09-24 20:27:58 +02:00 committed by GitHub
commit f90d74ca31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
name: "PR size labeler"
on: [pull_request]
permissions:
pull-requests: write
jobs:
changed-lines-count-labeler: