fix(ci): pr-labeler config

pull/4179/head
Andelf 2022-02-10 10:41:27 +08:00
parent b8a1ab777e
commit eedbc60e7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
:type/feature: ['feature/*', 'feat/*', '*:feat/*']
:type/enhancement: ['enhancement/*', 'enh/*', 'enhance/*', 'improve/*', '*:enhance/*'']
: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/*']