From a1a3c53ec593ecd095fcebcd479b09449f30a73d Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sun, 26 Jan 2025 06:05:52 -0500 Subject: [PATCH] ci: add labeler rules for databricks and athena backends --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 97ef3b04d7a5..4a94971d629f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,9 @@ # backends +athena: + - changed-files: + - any-glob-to-any-file: "ibis/backends/athena/**" + - any-glob-to-any-file: "ibis/backends/sql/compilers/athena/**" + bigquery: - changed-files: - any-glob-to-any-file: "ibis/backends/bigquery/**" @@ -9,6 +14,11 @@ clickhouse: - any-glob-to-any-file: "ibis/backends/clickhouse/**" - any-glob-to-any-file: "ibis/backends/sql/compilers/clickhouse/**" +databricks: + - changed-files: + - any-glob-to-any-file: "ibis/backends/databricks/**" + - any-glob-to-any-file: "ibis/backends/sql/compilers/databricks/**" + datafusion: - changed-files: - any-glob-to-any-file: "ibis/backends/datafusion/**"