Skip to content

Commit fff7daa

Browse files
committed
ci: update label and release action config
1 parent cdf3914 commit fff7daa

2 files changed

Lines changed: 41 additions & 9 deletions

File tree

.github/auto-labeler.yml

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,48 @@
11
version: v1
22

33
labels:
4+
- label: 'breaking-change'
5+
sync: true
6+
matcher:
7+
title: '^.+!:|#breaking'
8+
body: '#breaking'
49
- label: 'enhancement'
510
sync: true
611
matcher:
7-
title: '^feat:.*'
8-
- label: 'document'
12+
title: '^[fF]eat.*'
13+
- label: 'documentation'
914
sync: true
1015
matcher:
11-
title: '^docs:.*'
16+
title: '^[dD](ocs|ocumentation).*'
1217
- label: 'bug'
1318
sync: true
1419
matcher:
15-
title: '^fix:.*'
16-
- label: 'ospp-2024'
20+
title: '^[fF]ix.*'
21+
- label: 'refactoring'
22+
sync: true
23+
matcher:
24+
title: '^[rR]efactor.*'
25+
- label: 'test'
26+
sync: true
27+
matcher:
28+
title: '^[tT]est.*'
29+
- label: 'chore'
30+
sync: true
31+
matcher:
32+
title: '^[cC]hore.*'
33+
- label: 'ci'
34+
sync: true
35+
matcher:
36+
title: '^[cC]i.*'
37+
- label: 'ospp'
38+
sync: true
39+
matcher:
40+
baseBranch: '^ospp-\d+/.*'
41+
- label: '1.x'
1742
sync: true
1843
matcher:
19-
baseBranch: '^ospp-2024/.*'
20-
- label: 'refactor-main'
44+
baseBranch: '^v1\.x'
45+
- label: 'release'
2146
sync: true
2247
matcher:
23-
baseBranch: 'refactor/develop'
48+
baseBranch: '^release/v2.*'

.github/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ changelog:
1818
labels:
1919
- Semver-Patch
2020
- bug
21-
- title: Other Changes
21+
- title: "📖 Documentation"
2222
labels:
2323
- documentation
24+
- title: "🔧 Maintenance"
25+
labels:
2426
- refactoring
27+
- test
2528
- unit-test
29+
- chore
2630
- ci
31+
- title: "Other Changes"
32+
labels: ["*"]
33+
collapse: true

0 commit comments

Comments
 (0)