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:
- label: 'enhancement'
- label: "enhancement"
sync: true
matcher:
title: '^feat.*: ?.*'
commit: '^feat.*: ?.*'
- label: 'bug'
title: "^feat.*: ?.*"
commit: "^feat.*: ?.*"
- label: "bug"
sync: true
matcher:
title: '^fix.*: ?.*'
commit: '^fix.*: ?.*'
- label: 'documentation'
title: "^fix.*: ?.*"
commit: "^fix.*: ?.*"
- label: "documentation"
sync: true
matcher:
title: '^docs?: ?.*'
commit: '^docs?: ?.*'
- label: 'refactoring'
title: "^docs?: ?.*"
commit: "^docs?: ?.*"
- label: "refactoring"
sync: true
matcher:
title: '^refactor.*: ?.*'
commit: '^refactor.*: ?.*'
- label: 'chore'
title: "^refactor.*: ?.*"
commit: "^refactor.*: ?.*"
- label: "chore"
sync: true
matcher:
title: '^chore.*: ?.*'
commit: '^chore.*: ?.*'
- label: 'ospp-2024'
title: "^chore.*: ?.*"
commit: "^chore.*: ?.*"
- label: "ospp-2024"
sync: true
matcher:
baseBranch: '^ospp-2024/.*'
baseBranch: "^ospp-2024/.*"