Skip to content

Commit af82139

Browse files
committed
fix labeler
1 parent 4826ae1 commit af82139

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/labeler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
spec:aria:
22
- any:
33
- changed-files:
4-
- 'index.html'
4+
- any-glob-to-any-file: ['index.html']
55

66
spec:accname:
77
any:
88
- changed-files:
9-
- 'accname/**/*'
9+
- any-glob-to-any-file: ['accname/**']
1010

1111
spec:core-aam:
1212
- any:
1313
- changed-files:
14-
- 'core/aam/**/*'
14+
- any-glob-to-any-file: ['core-aam/**']
1515

1616
spec:dpub-aam:
1717
- any:
1818
- changed-files:
19-
- 'dpub/aam/**/*'
19+
- any-glob-to-any-file: ['dpub-aam/**']
2020

2121
spec:dpub-aria:
2222
- any:
2323
- changed-files:
24-
- 'dpub/aria/**/*'
24+
- any-glob-to-any-file: ['dpub-aria/**']
2525

2626
spec:graphics-aam:
2727
- any:
2828
- changed-files:
29-
- 'graphics/aam/**/*'
29+
- any-glob-to-any-file: ['graphics-aam/**']
3030

3131
spec:graphics-aria:
3232
- any:
3333
- changed-files:
34-
- 'graphics/aria/**/*'
34+
- any-glob-to-any-file: ['graphics-aria/**']
3535

3636
spec:html-aam:
3737
- any:
3838
- changed-files:
39-
- 'html/aam/**/*'
39+
- any-glob-to-any-file: ['html-aam/**']
4040

4141
spec:svg-aam:
4242
- any:
4343
- changed-files:
44-
- 'svg/aam/**/*'
44+
- any-glob-to-any-file: ['svg-aam/**']
4545

4646
spec:mathml-aam:
4747
- any:
4848
- changed-files:
49-
- 'mathml/aam/**/*'
49+
- any-glob-to-any-file: ['mathml-aam/**']

0 commit comments

Comments
 (0)