]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Give comment-on-labels.yml permissions to write to PRs
authorFlole998 <Flole998@users.noreply.github.com>
Thu, 22 Feb 2024 13:40:36 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 13:40:36 +0000 (14:40 +0100)
.github/workflows/comment-on-labels.yml

index b662784867ddf7ee614d4aba28095ca316dfb417..122e0fb9732b75f423bbc0df8e743c9ae9faf870 100644 (file)
@@ -9,6 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     permissions:
       issues: write
+      pull-requests: write
     steps:
       - name: Add comment
         run: gh pr comment "$NUMBER" --body "$BODY"