File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
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"]
You can’t perform that action at this time.
0 commit comments