mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Merge pull request #10447 from TeamNewPipe/pr-labeler
Add write permission to PR labeler workflow
This commit is contained in:
commit
f90d74ca31
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: "PR size labeler"
|
||||
on: [pull_request]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
changed-lines-count-labeler:
|
||||
|
Loading…
Reference in New Issue
Block a user