mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
42 lines
811 B
YAML
42 lines
811 B
YAML
# PR title labeler config
|
|
#
|
|
# Labels PRs based on conventional commit patterns in titles
|
|
#
|
|
# Format: type(scope): description or type!: description (breaking)
|
|
|
|
add-missing-labels: true
|
|
clear-prexisting: false
|
|
include-commits: false
|
|
include-title: true
|
|
label-for-breaking-changes: breaking
|
|
|
|
label-mapping:
|
|
documentation: ["docs"]
|
|
feature: ["feat"]
|
|
fix: ["fix"]
|
|
infra: ["build", "ci", "chore"]
|
|
integration:
|
|
[
|
|
"anthropic",
|
|
"chroma",
|
|
"deepseek",
|
|
"exa",
|
|
"fireworks",
|
|
"groq",
|
|
"huggingface",
|
|
"mistralai",
|
|
"nomic",
|
|
"ollama",
|
|
"openai",
|
|
"perplexity",
|
|
"prompty",
|
|
"qdrant",
|
|
"xai",
|
|
]
|
|
linting: ["style"]
|
|
performance: ["perf"]
|
|
refactor: ["refactor"]
|
|
release: ["release"]
|
|
revert: ["revert"]
|
|
tests: ["test"]
|