Update .github/pr-labeler.yml

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Sidharth Vinod
2023-07-07 10:27:56 +05:30
committed by GitHub
parent 1682fa1e53
commit 9263f75e5b

View File

@@ -1,3 +1,3 @@
'Type: Bug / Error': ['bug/*', fix/*]
'Type: Enhancement': ['feature/*', 'feat/*']
'Type: Other': 'other/*'
'Type: Other': ['other/*', 'chore/*', 'test/*', 'refactor/*']