Skip to content

Commit 69ed8a4

Browse files
committed
ci: update auto labeler config
1 parent 1a2c789 commit 69ed8a4

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: ["doc", "document", "documentation"]
17-
labels: ["documentation"]
18-
- type: "build"
19-
nouns: ["build", "rebuild"]
20-
labels: ["build"]
21-
- type: "config"
22-
nouns: ["config", "conf", "cofiguration", "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)