Skip to content

Commit

Permalink
apacheGH-44657: [CI][Dev] Add write permission to the crossbow commen…
Browse files Browse the repository at this point in the history
…t bot

It needs to write a comment to the target PR.
  • Loading branch information
kou committed Nov 6, 2024
1 parent c3601a9 commit 83ecb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
name: Listen!
if: startsWith(github.event.comment.body, '@github-actions crossbow')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout Arrow
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down

0 comments on commit 83ecb3b

Please sign in to comment.