fix(auto-label): version undefined
This commit is contained in:
parent
363e730a7c
commit
ba7cb07438
|
@ -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/.*"
|
||||||
|
|
Loading…
Reference in New Issue