Skip to content

Commit d995ae9

Browse files
viiryaappletreeisyellow
authored andcommitted
fix: Changed labeler.yml to latest format (apache#8431)
* fix: Changed labeler.yml to latest format * Use all * More * More * Try * More
1 parent 5b20810 commit d995ae9

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.github/workflows/dev_pr/labeler.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,37 @@
1616
# under the License.
1717

1818
development-process:
19-
- dev/**.*
20-
- .github/**.*
21-
- ci/**.*
22-
- .asf.yaml
19+
- changed-files:
20+
- any-glob-to-any-file: ['dev/**.*', '.github/**.*', 'ci/**.*', '.asf.yaml']
2321

2422
documentation:
25-
- docs/**.*
26-
- README.md
27-
- ./**/README.md
28-
- DEVELOPERS.md
29-
- datafusion/docs/**.*
23+
- changed-files:
24+
- any-glob-to-any-file: ['docs/**.*', 'README.md', './**/README.md', 'DEVELOPERS.md', 'datafusion/docs/**.*']
3025

3126
sql:
32-
- datafusion/sql/**/*
27+
- changed-files:
28+
- any-glob-to-any-file: ['datafusion/sql/**/*']
3329

3430
logical-expr:
35-
- datafusion/expr/**/*
31+
- changed-files:
32+
- any-glob-to-any-file: ['datafusion/expr/**/*']
3633

3734
physical-expr:
38-
- datafusion/physical-expr/**/*
35+
- changed-files:
36+
- any-glob-to-any-file: ['datafusion/physical-expr/**/*']
3937

4038
optimizer:
41-
- datafusion/optimizer/**/*
39+
- changed-files:
40+
- any-glob-to-any-file: ['datafusion/optimizer/**/*']
4241

4342
core:
44-
- datafusion/core/**/*
43+
- changed-files:
44+
- any-glob-to-any-file: ['datafusion/core/**/*']
4545

4646
substrait:
47-
- datafusion/substrait/**/*
47+
- changed-files:
48+
- any-glob-to-any-file: ['datafusion/substrait/**/*']
4849

4950
sqllogictest:
50-
- datafusion/sqllogictest/**/*
51+
- changed-files:
52+
- any-glob-to-any-file: ['datafusion/sqllogictest/**/*']

0 commit comments

Comments
 (0)