mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
Create labeler.yml
This commit is contained in:
parent
f2d57cbef0
commit
c2616ea178
25
.github/labeler.yml
vendored
Normal file
25
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# labeler "simple" schema
|
||||||
|
# Comment is applied to both issues and pull requests.
|
||||||
|
# If you need a more robust solution, consider the "full" schema.
|
||||||
|
comment: |
|
||||||
|
👍 Thanks for this!
|
||||||
|
🏷 I have applied any labels matching special text in your issue.
|
||||||
|
|
||||||
|
Please review the labels and make any necessary changes.
|
||||||
|
|
||||||
|
# Labels is an object where:
|
||||||
|
# - keys are labels
|
||||||
|
# - values are array of string patterns to match against title + body in issues/prs
|
||||||
|
labels:
|
||||||
|
'bug':
|
||||||
|
- '\bbug[s]?\b'
|
||||||
|
'help wanted':
|
||||||
|
- '\bhelp( wanted)?\b'
|
||||||
|
'feat':
|
||||||
|
- '\bfeat\b'
|
||||||
|
'fix':
|
||||||
|
- '\bfix\b'
|
||||||
|
'chore':
|
||||||
|
- '\bchore\b'
|
||||||
|
'doc':
|
||||||
|
- '\bdoc[s]?\b'
|
Loading…
Reference in New Issue
Block a user