mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
Update labeler.yml
This commit is contained in:
parent
8166f29f9e
commit
7160feaf09
14
.github/labeler.yml
vendored
14
.github/labeler.yml
vendored
@ -12,16 +12,16 @@ comment: |
|
||||
# - values are array of string patterns to match against title + body in issues/prs
|
||||
labels:
|
||||
'bug':
|
||||
- '\bbug[s]?\b'
|
||||
- '(?i)\bbug[s]?\b'
|
||||
'help wanted':
|
||||
- '\bhelp( wanted)?\b'
|
||||
- '(?i)\bhelp( wanted)?\b'
|
||||
'feat':
|
||||
- '\bfeat'
|
||||
- '(?i)\bfeat'
|
||||
'fix':
|
||||
- '\bfix'
|
||||
- '(?i)\bfix'
|
||||
'style':
|
||||
- '\bstyle'
|
||||
- '(?i)\bstyle'
|
||||
'chore':
|
||||
- '\bchore'
|
||||
- '(?i)\bchore'
|
||||
'doc':
|
||||
- '\bdoc[s]?'
|
||||
- '(?i)\bdoc[s]?'
|
||||
|
Loading…
Reference in New Issue
Block a user