mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +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":
|
"change: feat":
|
||||||
- "/^(feat|perf|types|style)/"
|
- "/^(feat|types|style)/"
|
||||||
"change: fix":
|
"change: fix":
|
||||||
- "/^fix/"
|
- "/^fix/"
|
||||||
|
"change: perf":
|
||||||
|
- "/^perf/"
|
||||||
"change: breaking":
|
"change: breaking":
|
||||||
- "/^breaking change/"
|
- "/^breaking change/"
|
||||||
"change: docs":
|
"change: docs":
|
||||||
|
3
.github/release.yml
vendored
3
.github/release.yml
vendored
@@ -12,6 +12,9 @@ changelog:
|
|||||||
- title: New Features 🎉
|
- title: New Features 🎉
|
||||||
labels:
|
labels:
|
||||||
- "change: feat"
|
- "change: feat"
|
||||||
|
- title: Performance 🚀
|
||||||
|
labels:
|
||||||
|
- "change: perf"
|
||||||
- title: Bug Fixes 🐞
|
- title: Bug Fixes 🐞
|
||||||
labels:
|
labels:
|
||||||
- "change: fix"
|
- "change: fix"
|
||||||
|
Reference in New Issue
Block a user