Skip to content

Commit

Permalink
Try fixing Labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Nov 8, 2024
1 parent b43bd5d commit f01a884
Showing 1 changed file with 23 additions and 33 deletions.
56 changes: 23 additions & 33 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,43 @@
spec:aria:
- any:
- changed-files:
- any-glob-to-any-file: 'index.html'
- changed-files:
- any-glob-to-any-file: 'index.html'

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

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

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

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

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

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

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

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

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

spec:pdf-aam:
- any:
- changed-files:
- any-glob-to-any-file: 'pdf-aam/**'
- changed-files:
- any-glob-to-any-file: 'pdf-aam/**'

0 comments on commit f01a884

Please sign in to comment.