This is an automated email from the ASF dual-hosted git repository.

kamalcph pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3a049903089 MINOR: Add tiered-storage label automatically to PRs 
(#18059)
3a049903089 is described below

commit 3a049903089f2e76a162446018e76c7bfb823fb2
Author: Divij Vaidya <[email protected]>
AuthorDate: Fri Dec 6 03:29:25 2024 +0100

    MINOR: Add tiered-storage label automatically to PRs (#18059)
    
    Reviewers: TaiJuWu <[email protected]>, Kamal Chandraprakash 
<[email protected]>
---
 .github/configs/labeler.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/configs/labeler.yml b/.github/configs/labeler.yml
index a6c6e0eb0cc..24a7a643c90 100644
--- a/.github/configs/labeler.yml
+++ b/.github/configs/labeler.yml
@@ -131,3 +131,8 @@ dependencies:
       - "grade/dependencies.gradle"
       - "LICENSE-binary"
 
+tiered-storage:
+  - changed-files:
+    - any-glob-to-any-file:
+      - '*/src/*/java/org/apache/kafka/server/log/remote/**'
+      - '*/src/*/java/kafka/log/remote/**'

Reply via email to