mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(workflow): add perf label for PR (#12473)
This commit is contained in:
parent
62779129b4
commit
9d219a535f
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user