Skip to content

Commit 51fa1bd

Browse files
committed
fix(infra): add pr-title-labeler.yml config with auto-create labels
1 parent 4f0f4f1 commit 51fa1bd

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/pr-title-labeler.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PR title labeler config
2+
#
3+
# Labels PRs based on conventional commit patterns in titles
4+
#
5+
# Format: type(scope): description or type!: description (breaking)
6+
7+
add-missing-labels: true
8+
clear-preexisting: false
9+
include-commits: false
10+
include-title: true
11+
label-for-breaking-changes: breaking
12+
13+
label-mapping:
14+
documentation: ["docs"]
15+
feature: ["feat"]
16+
bugfix: ["fix"]
17+
infra: ["build", "ci", "chore"]
18+
integration:
19+
[
20+
"anthropic",
21+
"chroma",
22+
"deepseek",
23+
"exa",
24+
"fireworks",
25+
"groq",
26+
"huggingface",
27+
"mistralai",
28+
"nomic",
29+
"ollama",
30+
"openai",
31+
"perplexity",
32+
"prompty",
33+
"qdrant",
34+
"xai",
35+
]
36+
linting: ["style"]
37+
performance: ["perf"]
38+
refactor: ["refactor"]
39+
release: ["release"]
40+
revert: ["revert"]
41+
tests: ["test"]

0 commit comments

Comments
 (0)