From a8ca4751b9dc2103e4bd5d486fd4e33032a4f48d Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Mon, 24 May 2021 01:37:45 +0300 Subject: [PATCH] CI: Update comment-on-pr to a version that supports pull_request_target (#7431) The previous version unfortunately didn't work for that workflow type if the author of the PR did not already have write access to the repo. --- .github/workflows/lintcommits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index 9e00ea67ae..8e763adc83 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -47,7 +47,7 @@ jobs: - name: Comment on PR if: ${{ failure() }} - uses: unsplash/comment-on-pr@85a56be792d927ac4bfa2f4326607d38e80e6e60 + uses: IdanHo/comment-on-pr@5f51df338210754f519f721f8320d8f72525a4d0 env: GITHUB_TOKEN: ${{ secrets.BUGGIEBOT }} with: