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.
This commit is contained in:
Idan Horowitz
2021-05-24 01:37:45 +03:00
committed by GitHub
parent d3af011562
commit a8ca4751b9

View File

@@ -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: