Skip to content

Commit 9bc0fb9

Browse files
grieve54706goldmedal
authored andcommitted
ci(labeler): fix rule (#835)
1 parent 9716bd7 commit 9bc0fb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/labeler.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
ibis:
22
- changed-files:
3-
- any-glob-to-any-files: ['ibis-server/**']
3+
- any-glob-to-any-file: ['ibis-server/**']
44

55
dependencies:
66
- changed-files:
77
- any-glob-to-any-file: ['**/*.toml']
88

99
python:
1010
- changed-files:
11-
- any-glob-to-any-files: ['ibis-server/**', 'wren-modeling-py/**']
11+
- any-glob-to-any-file: ['ibis-server/**', 'wren-modeling-py/**']
1212

1313
rust:
1414
- changed-files:
15-
- any-glob-to-any-files: ['wren-modeling-rs/**']
15+
- any-glob-to-any-file: ['wren-modeling-rs/**']
1616

1717
core:
1818
- changed-files:
19-
- any-glob-to-any-files: ['wren-modeling-rs/**']
19+
- any-glob-to-any-file: ['wren-modeling-rs/**']
2020

2121
documentation:
2222
- changed-files:
@@ -28,4 +28,4 @@ trino:
2828

2929
bigquery:
3030
- changed-files:
31-
- any-glob-to-any-file: ['**/*bigquery*']
31+
- any-glob-to-any-file: ['**/*bigquery*']

0 commit comments

Comments
 (0)