mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 07:00:32 +00:00
chore(workflow): add perf label for PR (#12473)
This commit is contained in:
4
.github/pr-labeler.yml
vendored
4
.github/pr-labeler.yml
vendored
@@ -1,7 +1,9 @@
|
||||
"change: feat":
|
||||
- "/^(feat|perf|types|style)/"
|
||||
- "/^(feat|types|style)/"
|
||||
"change: fix":
|
||||
- "/^fix/"
|
||||
"change: perf":
|
||||
- "/^perf/"
|
||||
"change: breaking":
|
||||
- "/^breaking change/"
|
||||
"change: docs":
|
||||
|
3
.github/release.yml
vendored
3
.github/release.yml
vendored
@@ -12,6 +12,9 @@ changelog:
|
||||
- title: New Features 🎉
|
||||
labels:
|
||||
- "change: feat"
|
||||
- title: Performance 🚀
|
||||
labels:
|
||||
- "change: perf"
|
||||
- title: Bug Fixes 🐞
|
||||
labels:
|
||||
- "change: fix"
|
||||
|
Reference in New Issue
Block a user