Skip to content

Commit

Permalink
尝试添加评论PR的权限。
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion committed Oct 14, 2024
1 parent 6891308 commit 783e7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
thanks-and-hint-to-document:
runs-on: ubuntu-20.04
permissions:
issues: write
pull-requests: write
name: Say thanks for the PR and hint to document
steps:
Expand All @@ -18,7 +17,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: "alibaba/nacos"
number: ${{ github.event.number }}
id: thank-you-comment
id: thanks-and-hint-to-document
recreate: true
message: |
Thanks for your this PR. :pray:
Expand Down

0 comments on commit 783e7d4

Please sign in to comment.