Skip to content

Commit b071617

Browse files
authored
Add additional query-engine labels to automatic labeler (#1481)
1 parent b626bce commit b071617

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ ci-repo:
1010
query-engine:
1111
- changed-files:
1212
- any-glob-to-any-file: 'rust/experimental/query_engine/**/*'
13+
query-engine-columnar:
14+
- changed-files:
15+
- any-glob-to-any-file: 'rust/experimental/query_engine/engine-columnar*/**/*'
16+
query-engine-recordset:
17+
- changed-files:
18+
- any-glob-to-any-file: 'rust/experimental/query_engine/engine-recordset*/**/*'
1319
query-engine-kql:
1420
- changed-files:
1521
- any-glob-to-any-file: 'rust/experimental/query_engine/kql-parser/**/*'

0 commit comments

Comments
 (0)