|
1 | | -"type: feature ✨": |
2 | | - title: '^feat(\(.+\))?:.*' |
3 | | -"type: fix 🐞": |
4 | | - title: '^fix(\(.+\))?:.*' |
5 | | -"type: docs 📋": |
6 | | - title: '^docs(\(.+\))?:.*' |
7 | | -"type: style 🎨": |
8 | | - title: '^style(\(.+\))?:.*' |
9 | | -"type: refactor 🔧": |
10 | | - title: '^refactor(\(.+\))?:.*' |
11 | | -"type: test 🧪": |
12 | | - title: '^test(\(.+\))?:.*' |
13 | | -"type: chore 🧹": |
14 | | - title: '^chore(\(.+\))?:.*' |
15 | | -"type: perf ⚡": |
16 | | - title: '^perf(\(.+\))?:.*' |
17 | | -"type: build 🔨": |
18 | | - title: '^build(\(.+\))?:.*' |
19 | | -"type: ci ⚙️": |
20 | | - title: '^ci(\(.+\))?:.*' |
21 | | -"type: revert ↩️": |
22 | | - title: '^revert(\(.+\))?:.*' |
23 | | -"type: localize 🌐": |
24 | | - title: '^localize(\(.+\))?:.*' |
25 | | -"type: bump 📦": |
26 | | - title: '^bump(\(.+\))?:.*' |
| 1 | +version: 1 |
| 2 | +appendOnly: true |
| 3 | +labels: |
| 4 | + - label: "type: feature ✨" |
| 5 | + title: '^feat(\(.+\))?:.*' |
| 6 | + - label: "type: fix 🐞" |
| 7 | + title: '^fix(\(.+\))?:.*' |
| 8 | + - label: "type: docs 📋" |
| 9 | + title: '^docs(\(.+\))?:.*' |
| 10 | + - label: "type: style 🎨" |
| 11 | + title: '^style(\(.+\))?:.*' |
| 12 | + - label: "type: refactor 🔧" |
| 13 | + title: '^refactor(\(.+\))?:.*' |
| 14 | + - label: "type: test 🧪" |
| 15 | + title: '^test(\(.+\))?:.*' |
| 16 | + - label: "type: chore 🧹" |
| 17 | + title: '^chore(\(.+\))?:.*' |
| 18 | + - label: "type: perf ⚡" |
| 19 | + title: '^perf(\(.+\))?:.*' |
| 20 | + - label: "type: build 🔨" |
| 21 | + title: '^build(\(.+\))?:.*' |
| 22 | + - label: "type: ci ⚙️" |
| 23 | + title: '^ci(\(.+\))?:.*' |
| 24 | + - label: "type: revert ↩️" |
| 25 | + title: '^revert(\(.+\))?:.*' |
| 26 | + - label: "type: localize 🌐" |
| 27 | + title: '^localize(\(.+\))?:.*' |
| 28 | + - label: "type: bump 📦" |
| 29 | + title: '^bump(\(.+\))?:.*' |
0 commit comments