Skip to content

Commit

Permalink
fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen committed Oct 18, 2024
1 parent 4826ae1 commit af82139
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
spec:aria:
- any:
- changed-files:
- 'index.html'
- any-glob-to-any-file: ['index.html']

spec:accname:
any:
- changed-files:
- 'accname/**/*'
- any-glob-to-any-file: ['accname/**']

spec:core-aam:
- any:
- changed-files:
- 'core/aam/**/*'
- any-glob-to-any-file: ['core-aam/**']

spec:dpub-aam:
- any:
- changed-files:
- 'dpub/aam/**/*'
- any-glob-to-any-file: ['dpub-aam/**']

spec:dpub-aria:
- any:
- changed-files:
- 'dpub/aria/**/*'
- any-glob-to-any-file: ['dpub-aria/**']

spec:graphics-aam:
- any:
- changed-files:
- 'graphics/aam/**/*'
- any-glob-to-any-file: ['graphics-aam/**']

spec:graphics-aria:
- any:
- changed-files:
- 'graphics/aria/**/*'
- any-glob-to-any-file: ['graphics-aria/**']

spec:html-aam:
- any:
- changed-files:
- 'html/aam/**/*'
- any-glob-to-any-file: ['html-aam/**']

spec:svg-aam:
- any:
- changed-files:
- 'svg/aam/**/*'
- any-glob-to-any-file: ['svg-aam/**']

spec:mathml-aam:
- any:
- changed-files:
- 'mathml/aam/**/*'
- any-glob-to-any-file: ['mathml-aam/**']

0 comments on commit af82139

Please sign in to comment.