fix(auto-label): version undefined

This commit is contained in:
GaoNeng-wWw 2024-09-07 10:28:35 +08:00 committed by ajaxzheng
parent 363e730a7c
commit ba7cb07438
1 changed files with 19 additions and 17 deletions

36
.github/labeler.yaml vendored
View File

@ -1,30 +1,32 @@
version: v1
labels: labels:
- label: 'enhancement' - label: "enhancement"
sync: true sync: true
matcher: matcher:
title: '^feat.*: ?.*' title: "^feat.*: ?.*"
commit: '^feat.*: ?.*' commit: "^feat.*: ?.*"
- label: 'bug' - label: "bug"
sync: true sync: true
matcher: matcher:
title: '^fix.*: ?.*' title: "^fix.*: ?.*"
commit: '^fix.*: ?.*' commit: "^fix.*: ?.*"
- label: 'documentation' - label: "documentation"
sync: true sync: true
matcher: matcher:
title: '^docs?: ?.*' title: "^docs?: ?.*"
commit: '^docs?: ?.*' commit: "^docs?: ?.*"
- label: 'refactoring' - label: "refactoring"
sync: true sync: true
matcher: matcher:
title: '^refactor.*: ?.*' title: "^refactor.*: ?.*"
commit: '^refactor.*: ?.*' commit: "^refactor.*: ?.*"
- label: 'chore' - label: "chore"
sync: true sync: true
matcher: matcher:
title: '^chore.*: ?.*' title: "^chore.*: ?.*"
commit: '^chore.*: ?.*' commit: "^chore.*: ?.*"
- label: 'ospp-2024' - label: "ospp-2024"
sync: true sync: true
matcher: matcher:
baseBranch: '^ospp-2024/.*' baseBranch: "^ospp-2024/.*"