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

Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1276b1a062a [CI] Setup reviewers for IcebergIO and DeltaIO (#40083)
1276b1a062a is described below

commit 1276b1a062a10163c8c4e4810f757fdd9713641e
Author: Yi Hu <[email protected]>
AuthorDate: Wed Sep 9 21:43:43 2026 -0400

    [CI] Setup reviewers for IcebergIO and DeltaIO (#40083)
    
    * Setup reviewers for IcebergIO and DeltaIO
    
    * Update reviewer for BUILD as well
    
    * Add chamikaramj as a reviewer for yaml
---
 .github/REVIEWERS.yml   | 17 ++++++++++++++++-
 .github/autolabeler.yml | 13 +++++++------
 2 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/.github/REVIEWERS.yml b/.github/REVIEWERS.yml
index 8bfc910f5a1..56ac7a3b00f 100644
--- a/.github/REVIEWERS.yml
+++ b/.github/REVIEWERS.yml
@@ -52,11 +52,26 @@ labels:
       - johnjcasey
       - Dippatel98
       - sjvanrossum
+  - name: delta
+    reviewers:
+      - ahmedabu98
+      - chamikaramj
+    exclusionList: []
+  - name: iceberg
+    reviewers:
+      - ahmedabu98
+      - chamikaramj
+    exclusionList: []
+  - name: yaml
+    reviewers:
+      - chamikaramj
+      - derrickaw
   - name: Build
     reviewers:
       - Abacn
+      - Amar3tto
       - damccorm
-      - liferoad
+      - derrickaw
     exclusionList: []
   - name: website
     reviewers:
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index 24ab2ca9a60..b6c2ed09d98 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -20,16 +20,16 @@
 # All core components
 "core": # This label instructs review with scrutiny 
   - "model/**/*"
-  - "runners/core-java/**/*"
-  - "runners/java-fn-execution/**/*"
+  - "runners/core-java/src/main/**/*"
+  - "runners/java-fn-execution/src/main/**/*"
   - "sdks/go/pkg/beam/*.go"
   - "sdks/go/pkg/beam/core/**/*"
   - "sdks/go/pkg/beam/io/fileio/**/*"
   - "sdks/go/pkg/beam/io/filesystem/**/*"
   - "sdks/go/pkg/beam/transforms/**/*"
-  - "sdks/java/core/**/*"
-  - "sdks/java/extensions/google-cloud-platform-core/**/*"
-  - "sdks/java/harness/**/*"
+  - "sdks/java/core/src/main/**/*"
+  - "sdks/java/extensions/google-cloud-platform-core/src/main/**/*"
+  - "sdks/java/harness/src/main/**/*"
   - "sdks/python/apache_beam/*.py"
   - "sdks/python/apache_beam/coders/**/*"
   - "sdks/python/apache_beam/io/file*"
@@ -72,13 +72,14 @@ io:  ["sdks/go/pkg/beam/io/**/*", "sdks/java/io/**/*", 
"sdks/python/apache_beam/
 "aws":  ["sdks/java/io/amazon-web-services/**/*", 
"sdks/java/io/amazon-web-services2/**/*", "sdks/python/apache_beam/io/aws/**/*"]
 "cassandra":  ["sdks/java/io/cassandra/**/*"]
 "clickhouse":  ["sdks/java/io/clickhouse/**/*"]
-"delta":  ["sdks/java/io/delta/**/*"]
+"delta":  ["sdks/java/io/delta/**/*", "sdks/java/extensions/sql/delta/**/*"]
 "elasticsearch":  ["sdks/java/io/elasticsearch/**/*", 
"sdks/java/io/elasticsearch-tests/**/*"]
 "gcp":  ["sdks/go/pkg/beam/io/bigqueryio/**/*", 
"sdks/go/pkg/beam/io/datastoreio/**/*", "sdks/go/pkg/beam/io/pubsubio/**/*", 
"sdks/java/io/bigquery-io-perf-tests/**/*", 
"sdks/java/io/google-cloud-platform/**/*", 
"sdks/python/apache_beam/io/gcp/**/*", 
"sdks/java/extensions/google-cloud-platform-core/**/*"]
 "hadoop":  ["sdks/java/io/hadoop-common/**/*", 
"sdks/java/io/hadoop-file-system/**/*", "sdks/java/io/hadoop-format/**/*"]
 "hbase":  ["sdks/java/io/hbase/**/*"]
 "hcatalog":  ["sdks/java/io/hcatalog/**/*"]
 "healthcare":  ["sdks/python/apache_beam/io/gcp/healthcare/**/*", 
"sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/**/*"]
+"iceberg":  ["sdks/java/io/iceberg/**/*", 
"sdks/java/extensions/sql/iceberg/**/*"]
 "jdbc":  ["sdks/java/io/jdbc/**/*"]
 "jms":  ["sdks/java/io/jms/**/*"]
 "kafka":  ["sdks/java/io/kafka/**/*"]

Reply via email to