Skip to content

Commit

Permalink
chore(dev): add more pr labeler rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Feb 9, 2022
1 parent 7d8c748 commit c66b6b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:type/feature: ['feature/*', 'feat/*']
:type/enhancement: ['enhancement/*', 'enh/*', 'enhance/*', 'improve/*']
:type/bug-fix: ['fix/*', 'fix*', 'bug/*', 'bug-fix/*', 'bugfix/*', 'bug-fixes/*', 'bugfixes/*']
:type/dev: ['chore/*', 'test/*', 'docs/*', 'build/*', 'ci/*', 'misc/*', 'dev/*']
:type/feature: ['feature/*', 'feat/*', '*:feat/*']
:type/enhancement: ['enhancement/*', 'enh/*', 'enhance/*', 'improve/*', '*:enhance/*'']
:type/bug-fix: ['fix/*', 'fix*', 'bug/*', 'bug-fix/*', 'bugfix/*', 'bug-fixes/*', 'bugfixes/*', '*:fix/*']
:type/dev: ['chore/*', 'test/*', 'docs/*', 'build/*', 'ci/*', 'misc/*', 'dev/*', '*:dev/*', '*:chore/*', '*:test/*']

0 comments on commit c66b6b5

Please sign in to comment.