TaiJuWu commented on code in PR #17208:
URL: https://github.com/apache/kafka/pull/17208#discussion_r1762052084


##########
.github/workflows/labeler.yml:
##########
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+- pull_request_target
+
+jobs:
+  labeler:
+    permissions:
+      contents: read
+      pull-requests: write
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/labeler@v5

Review Comment:
   Not sure we actually need to enable this feature.
   The labeler will remove labels even if some labels are not set by it (eg. a 
label comes from maintainer or other bot).
   
   You can refer https://github.com/actions/labeler/issues/763



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