You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/10/10 23:53:47 UTC

[iceberg] branch master updated: Build: Update autolabeler configuration for new Hive modules (#1577)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a7e61be  Build: Update autolabeler configuration for new Hive modules (#1577)
a7e61be is described below

commit a7e61be04b2d177105e2e2c00e2c7100b5ac96c6
Author: Kyle Bendickson <98...@users.noreply.github.com>
AuthorDate: Sat Oct 10 16:53:34 2020 -0700

    Build: Update autolabeler configuration for new Hive modules (#1577)
---
 .github/autolabeler.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index 3833ef2..71badac 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -63,7 +63,9 @@ ARROW:
 ORC:
   - "/orc"
 HIVE:
-  - "/hive"
+  - "/hive3"
+  - "/hive-metastore"
+  - "/hive-runtime"
 DATA:
   - "/data"
 SPARK: