developer-ravi-03 commented on code in PR #449: URL: https://github.com/apache/tooling-trusted-releases/pull/449#discussion_r2652213712
########## .github/workflows/pr-labeler.yml: ########## @@ -0,0 +1,17 @@ +name: Pull Request Labeler + +on: + pull_request: + types: [opened, synchronize, reopened] + +permissions: + contents: read + pull-requests: write + +jobs: + label: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 Review Comment: Thanks for the review! I’ve addressed the requested changes: - Moved permissions to the job level - Pinned actions/labeler to the v6.0.1 commit SHA per ASF policy Please let me know if anything else needs adjustment. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
