Update PR Labeler config

This commit is contained in:
Sidharth Vinod
2023-07-06 22:05:58 +05:30
parent 355586f297
commit 1682fa1e53

View File

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