We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b443 commit 568b3a0Copy full SHA for 568b3a0
.github/labeler.yml
@@ -3,13 +3,13 @@ appendOnly: true
3
labels:
4
- label: 'chore'
5
type: 'pull_request'
6
- title: '^chore:.*'
+ title: '^chore[:(].*'
7
- label: '🐞 bug'
8
9
- title: '^fix:.*'
+ title: '^fix[:(].*'
10
- label: '✨ enhancement'
11
12
- title: '^feat:.*'
+ title: '^feat[:(].*'
13
- label: '📖 docs'
14
15
- title: '^docs:.*'
+ title: '^docs[:(].*'
0 commit comments