adoroszlai commented on code in PR #10851:
URL: https://github.com/apache/ozone/pull/10851#discussion_r3650431178


##########
.github/workflows/label-pr.yml:
##########
@@ -51,3 +53,31 @@ jobs:
           BRANCH: ${{ matrix.branch }}
           LABEL: ${{ matrix.label }}
           GH_TOKEN: ${{ github.token }}
+
+  component-labeler:
+    permissions:
+      contents: read
+      pull-requests: write
+    runs-on: ubuntu-slim
+    steps:
+      - name: "Checkout project" # provides .github/labeler.yml for the 
labeler action
+        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0

Review Comment:
   HDDS-15972
   
   ```suggestion
           uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to