Skip to content

Commit

Permalink
ci: add a11y pr title prefix for accessibility prs (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored Mar 4, 2020
1 parent 7191c2f commit 4a8a086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/conventional-pr/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const validTypes = [
'chore',
'revert',
'release',
'a11y',
];

const typeList = validTypes.map(t => ` - ${t}`).join('\n');
Expand Down

0 comments on commit 4a8a086

Please sign in to comment.