Skip to content

Commit 0e7d456

Browse files
committed
chore(ci): fix bot comment on fork's PR
(tentative)
1 parent a648108 commit 0e7d456

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pull Request
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
jobs:
77
build:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
if: always()
3030
steps:
31-
- uses: thollander/actions-comment-pull-request@v2
31+
- uses: thollander/actions-comment-pull-request@v3
3232
with:
3333
comment_tag: bot_comment
3434
mode: recreate

0 commit comments

Comments
 (0)