Skip to content

Commit

Permalink
ci: add labeler rules for databricks and athena backends
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 26, 2025
1 parent 9c0000c commit a1a3c53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**"
Expand All @@ -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/**"
Expand Down

0 comments on commit a1a3c53

Please sign in to comment.