Skip to content

Commit e860bc4

Browse files
committed
[MAINTENANCE] Update globs in labeler
1 parent f9f0aad commit e860bc4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/labeler.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
application:
22
- changed-files:
3-
- any-glob-to-any-file: 'application/*'
3+
- any-glob-to-any-file: 'application/**/*'
44
async:
55
- changed-files:
6-
- any-glob-to-any-file: 'async/*'
6+
- any-glob-to-any-file: 'async/**/*'
77
blueprint:
88
- changed-files:
9-
- any-glob-to-any-file: 'blueprint/*'
9+
- any-glob-to-any-file: 'blueprint/**/*'
1010
eba-maven-plugin:
1111
- changed-files:
12-
- any-glob-to-any-file: 'eba-maven-plugin/*'
12+
- any-glob-to-any-file: 'eba-maven-plugin/**/*'
1313
ejb:
1414
- changed-files:
15-
- any-glob-to-any-file: 'ejb/*'
15+
- any-glob-to-any-file: 'ejb/**/*'
1616
esa-ant-task:
1717
- changed-files:
18-
- any-glob-to-any-file: 'esa-ant-task/*'
18+
- any-glob-to-any-file: 'esa-ant-task/**/*'
1919
esa-maven-plugin:
2020
- changed-files:
21-
- any-glob-to-any-file: 'esa-maven-plugin/*'
21+
- any-glob-to-any-file: 'esa-maven-plugin/**/*'
2222
jmx:
2323
- changed-files:
24-
- any-glob-to-any-file: 'jmx/*'
24+
- any-glob-to-any-file: 'jmx/**/*'
2525
jndi:
2626
- changed-files:
27-
- any-glob-to-any-file: 'jndi/*'
27+
- any-glob-to-any-file: 'jndi/**/*'
2828
parent:
2929
- changed-files:
30-
- any-glob-to-any-file: 'parent/*'
30+
- any-glob-to-any-file: 'parent/**/*'
3131
proxy:
3232
- changed-files:
33-
- any-glob-to-any-file: 'proxy/*'
33+
- any-glob-to-any-file: 'proxy/**/*'
3434
pushstream:
3535
- changed-files:
36-
- any-glob-to-any-file: 'pushstream/*'
36+
- any-glob-to-any-file: 'pushstream/**/*'
3737
samples:
3838
- changed-files:
39-
- any-glob-to-any-file: 'samples/*'
39+
- any-glob-to-any-file: 'samples/**/*'
4040
sandbox:
4141
- changed-files:
42-
- any-glob-to-any-file: 'sandbox/*'
42+
- any-glob-to-any-file: 'sandbox/**/*'
4343
spi-fly:
4444
- changed-files:
45-
- any-glob-to-any-file: 'spi-fly/*'
45+
- any-glob-to-any-file: 'spi-fly/**/*'
4646
subsystem:
4747
- changed-files:
48-
- any-glob-to-any-file: 'subsystem/*'
48+
- any-glob-to-any-file: 'subsystem/**/*'
4949
testsupport:
5050
- changed-files:
51-
- any-glob-to-any-file: 'testsupport/*'
51+
- any-glob-to-any-file: 'testsupport/**/*'
5252
transaction:
5353
- changed-files:
54-
- any-glob-to-any-file: 'transaction/*'
54+
- any-glob-to-any-file: 'transaction/**/*'
5555
tutorials:
5656
- changed-files:
57-
- any-glob-to-any-file: 'tutorials/*'
57+
- any-glob-to-any-file: 'tutorials/**/*'
5858
util:
5959
- changed-files:
60-
- any-glob-to-any-file: 'util/*'
60+
- any-glob-to-any-file: 'util/**/*'
6161
versioning:
6262
- changed-files:
63-
- any-glob-to-any-file: 'versioning/*'
63+
- any-glob-to-any-file: 'versioning/**/*'
6464
web:
6565
- changed-files:
66-
- any-glob-to-any-file: 'web/*'
66+
- any-glob-to-any-file: 'web/**/*'
6767

0 commit comments

Comments
 (0)