HyukjinKwon commented on code in PR #48771:
URL: https://github.com/apache/arrow/pull/48771#discussion_r2670502623


##########
.github/workflows/report_ci.yml:
##########
@@ -20,6 +20,10 @@ name: Report CI results
 on:
   workflow_call:
 
+permissions:
+  actions: read
+  contents: read

Review Comment:
   Required by `actions/checkout`



##########
.github/workflows/cpp_windows.yml:
##########
@@ -33,6 +33,9 @@ on:
         required: true
         type: string
 
+permissions:
+  contents: read

Review Comment:
   Required by `actions/checkout`



##########
.github/workflows/report_ci.yml:
##########
@@ -20,6 +20,10 @@ name: Report CI results
 on:
   workflow_call:
 
+permissions:
+  actions: read

Review Comment:
   Required by `archery ci report-email` and `archery ci report-chat`



##########
.github/workflows/check_labels.yml:
##########
@@ -32,6 +32,10 @@ on:
         description: "Whether to force running the jobs"
         value: ${{ jobs.check-labels.outputs.force }}
 
+permissions:
+  contents: read

Review Comment:
   Required by `actions/checkout`
   Required by `gh pr view`



-- 
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