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
|
# - values are array of string patterns to match against title + body in issues/prs
|
||||||
labels:
|
labels:
|
||||||
'bug':
|
'bug':
|
||||||
- '\bbug[s]?\b'
|
- '(?i)\bbug[s]?\b'
|
||||||
'help wanted':
|
'help wanted':
|
||||||
- '\bhelp( wanted)?\b'
|
- '(?i)\bhelp( wanted)?\b'
|
||||||
'feat':
|
'feat':
|
||||||
- '\bfeat'
|
- '(?i)\bfeat'
|
||||||
'fix':
|
'fix':
|
||||||
- '\bfix'
|
- '(?i)\bfix'
|
||||||
'style':
|
'style':
|
||||||
- '\bstyle'
|
- '(?i)\bstyle'
|
||||||
'chore':
|
'chore':
|
||||||
- '\bchore'
|
- '(?i)\bchore'
|
||||||
'doc':
|
'doc':
|
||||||
- '\bdoc[s]?'
|
- '(?i)\bdoc[s]?'
|
||||||
|
Loading…
Reference in New Issue
Block a user