From: Flole998 Date: Wed, 21 Feb 2024 20:24:36 +0000 (+0100) Subject: Fix Auto-PR comment on squash-label X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d26809e39c41bead3aef33fd4a815512aa312ab;p=thirdparty%2Ftvheadend.git Fix Auto-PR comment on squash-label --- diff --git a/.github/workflows/comment-on-labels.yml b/.github/workflows/comment-on-labels.yml index 4235a384b..b66278486 100644 --- a/.github/workflows/comment-on-labels.yml +++ b/.github/workflows/comment-on-labels.yml @@ -11,11 +11,11 @@ jobs: issues: write steps: - name: Add comment - run: gh issue comment "$NUMBER" --body "$BODY" + run: gh pr comment "$NUMBER" --body "$BODY" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_REPO: ${{ github.repository }} - NUMBER: ${{ github.event.issue.number }} + NUMBER: ${{ github.event.number }} BODY: > Please squash your commits together in order to get htem merged :sparkles: Thank you for your contribution! :sparkles: