mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
[ci] Change comment-on-pr action to IdanHo/comment-on-pr
This is the exact version that SerenityOS uses, it looks like it can comment on Aseprite issues, while the original one (unsplash/comment-on-pr) cannot, giving us the following error: Couldn't find an open pull request for branch with head at .
This commit is contained in:
parent
ae63c633b4
commit
9b50f0bbd5
2
.github/workflows/lint_commit.yml
vendored
2
.github/workflows/lint_commit.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
}
|
||||
- name: Comment on PR
|
||||
if: ${{ failure() && !github.event.pull_request.draft }}
|
||||
uses: unsplash/comment-on-pr@a9bf050e744c8282dee4bb0dbcf063186d8316c4
|
||||
uses: IdanHo/comment-on-pr@63ea2bf352997c66e524b8b5be7a79163fb3a88a
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.LINT_COMMIT_TOKEN }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user