Skip to content

Commit d0db4ce

Browse files
committed
ci: update auto labeler config
1 parent 29fbc95 commit d0db4ce

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/auto-labeler-config.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
conventional-commits:
3-
- type: "fix"
4-
nouns: ["FIX", "Fix", "fix", "FIXED", "Fixed", "fixed"]
5-
labels: ["bug"]
6-
- type: "feature"
7-
nouns: ["FEATURE", "Feature", "feature", "FEAT", "Feat", "feat"]
8-
labels: ["enhancement"]
9-
- type: "breaking_change"
10-
nouns: ["BREAKING CHANGE", "BREAKING", "MAJOR"]
11-
labels: ["breaking-change"]
12-
- type: "refactor"
13-
nouns: ["refactor", "Refactor"]
14-
labels: ["refactor"]
15-
- type: "documentation"
16-
nouns: ["docs", "doc", "document", "documentation"]
17-
labels: ["documentation"]
18-
- type: "build"
19-
nouns: ["build", "rebuild"]
20-
labels: ["build"]
21-
- type: "config"
22-
nouns: ["config", "conf", "configuration", "configure"]
23-
labels: ["config"]
3+
- type: 'fix'
4+
nouns: ['FIX', 'Fix', 'fix', 'FIXED', 'Fixed', 'fixed']
5+
labels: ['bug']
6+
- type: 'feature'
7+
nouns: ['FEATURE', 'Feature', 'feature', 'FEAT', 'Feat', 'feat']
8+
labels: ['enhancement']
9+
- type: 'breaking_change'
10+
nouns: ['BREAKING CHANGE', 'BREAKING', 'MAJOR']
11+
labels: ['breaking-change']
12+
- type: 'refactor'
13+
nouns: ['refactor', 'Refactor']
14+
labels: ['refactor']
15+
- type: 'documentation'
16+
nouns: ['docs', 'doc', 'document', 'documentation']
17+
labels: ['documentation']
18+
- type: 'build'
19+
nouns: ['build', 'rebuild']
20+
labels: ['build']
21+
- type: 'config'
22+
nouns: ['config', 'conf', 'configuration', 'configure']
23+
labels: ['config']

0 commit comments

Comments
 (0)