From: Flole998 Date: Thu, 22 Feb 2024 13:40:36 +0000 (+0100) Subject: Give comment-on-labels.yml permissions to write to PRs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7acca01c4153adc1dd409c82f27338fdeb353045;p=thirdparty%2Ftvheadend.git Give comment-on-labels.yml permissions to write to PRs --- diff --git a/.github/workflows/comment-on-labels.yml b/.github/workflows/comment-on-labels.yml index b66278486..122e0fb97 100644 --- a/.github/workflows/comment-on-labels.yml +++ b/.github/workflows/comment-on-labels.yml @@ -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"