diff --git a/.github/labeler.yml b/.github/labeler.yml index 73198ba8..2b824613 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,13 +12,13 @@ docs: # - any-glob-to-any-file: 'scripts/**' feature: -- head-branch: ['^feat', 'feat', '^feature', 'feature'] + - head-branch: ['^feat', 'feat', '^feature', 'feature'] refactor: -- head-branch: ['^refactor', 'refactor'] + - head-branch: ['^refactor', 'refactor'] test: -- head-branch: ['^test', 'test'] + - head-branch: ['^test', 'test'] fix: -- head-branch: ['^fix', 'fix'] + - head-branch: ['^fix', 'fix']