From f12a872dd74d44073abd65a4f5dd50af3302075f Mon Sep 17 00:00:00 2001 From: HyukjinKwon Date: Thu, 16 Apr 2020 09:33:30 +0900 Subject: [PATCH 1/2] Exclude 'ui' and 'UI.scala' in core label in autolabeller --- .github/autolabeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index bd4ad33c65af..3db92020282e 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -52,6 +52,8 @@ EXAMPLES: - "/bin/run-example*" CORE: - "/core/" + - "!UI.scala" + - "!ui/" - "/common/kvstore/" - "/common/network-common/" - "/common/network-shuffle/" @@ -125,5 +127,6 @@ WINDOWS: - "/R/pkg/tests/fulltests/test_Windows.R" WEB UI: - "ui/" + - "UI.scala" DEPLOY: - "/sbin/" From e6e033d9c0824678047491d826d1818799b77c67 Mon Sep 17 00:00:00 2001 From: HyukjinKwon Date: Thu, 16 Apr 2020 09:43:32 +0900 Subject: [PATCH 2/2] Exclude rat too --- .github/autolabeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index 3db92020282e..3bca01f89950 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -36,6 +36,7 @@ BUILD: - "!/dev/github_jira_sync.py" - "!/dev/merge_spark_pr.py" - "!/dev/run-tests-jenkins*" + - "!/dev/.rat-excludes" - "/build/" - "/project/" - "/assembly/"