Skip to content

Commit

Permalink
Add autolabeler rules for a11y PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Nov 25, 2024
1 parent 167e5ab commit 13c94c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ autolabeler:
files:
- '.github/**'
- '**/.gitignore'
- label: accessibility
branch:
- '/^accessibility\/.+$/i'
- '/^a11y\/.+$/i'
title:
- '/\ba11y\b/i'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
no-contributors-template: >-
Expand Down

0 comments on commit 13c94c0

Please sign in to comment.