thisisnic commented on code in PR #44818:
URL: https://github.com/apache/arrow/pull/44818#discussion_r2681633709


##########
.github/workflows/issue_bot.yml:
##########
@@ -24,17 +24,34 @@ on:
 
 permissions:
   contents: read
-  issues: write
 
 jobs:
   label_components:
     name: Label Components
     if: github.event.issue.pull_request == null
     runs-on: ubuntu-latest
+    permissions:
+      issues: write
     steps:
-      - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+      - uses: actions/github-script@v8

Review Comment:
   ```suggestion
         - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea 
# v7.0.1
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to