slawekjaranowski commented on code in PR #12581:
URL: https://github.com/apache/maven/pull/12581#discussion_r3673658571


##########
.github/workflows/pr-automation.yml:
##########
@@ -19,9 +19,15 @@ name: PR Automation
 on:
   pull_request_target:
     types:
+      # zizmor: ignore[dangerous-triggers]
       - closed
 
+permissions: {}
+
 jobs:
   pr-automation:
     name: PR Automation
-    uses: apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml@v5
+    permissions:
+      issues: write
+      pull-requests: write
+    uses: 
apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml@8599b638c78a2bec146a98d75d4c8b4e8458324f
 # v5

Review Comment:
   for permissions I'm ok,
   
   but for hash version I afraid that will be more maintenance work for us - 
who will be take care about it?



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