Add write permission to PR labeler workflow

This commit is contained in:
Tobi 2023-09-24 20:24:57 +02:00 committed by GitHub
parent 1630e309fb
commit 609f0a2eee
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: