Skip to content

Commit

Permalink
comment on pr action by pull_request_target.
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion committed Oct 16, 2024
1 parent 783e7d4 commit 483c1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Comment on PR"

on:
pull_request:
types: [opened]
pull_request_target:
types: [opened, reopened]

jobs:
thanks-and-hint-to-document:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: hasura/comment-progress@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: "alibaba/nacos"
repository: $GITHUB_REPOSITORY
number: ${{ github.event.number }}
id: thanks-and-hint-to-document
recreate: true
Expand Down

0 comments on commit 483c1a5

Please sign in to comment.