Skip to content

Commit

Permalink
Merge pull request #5867 from chipsalliance/comment_fix
Browse files Browse the repository at this point in the history
Add PR write permissions to the comment bot
  • Loading branch information
tgorochowik authored Aug 6, 2024
2 parents 35513fc + a74fcd3 commit 0fc1574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- name: Post comment
uses: KeisukeYamashita/create-comment@v1
permissions:
pull-requests: write
with:
number: ${{ steps.get-pr-number.outputs.num }}
check-only-first-line: "true"
Expand Down

0 comments on commit 0fc1574

Please sign in to comment.