mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
chore(infra): fix ping pong pr labeler config (#33054)
The title-based labeler was clearing all pre-existing labels (including the file-based ones) before adding its semantic labels.
This commit is contained in:
20
.github/pr-title-labeler.yml
vendored
20
.github/pr-title-labeler.yml
vendored
@@ -3,6 +3,7 @@
|
|||||||
# Format: type(scope): description or type!: description (breaking)
|
# Format: type(scope): description or type!: description (breaking)
|
||||||
|
|
||||||
add-missing-labels: true
|
add-missing-labels: true
|
||||||
|
clear-prexisting: false
|
||||||
include-commits: false
|
include-commits: false
|
||||||
include-title: true
|
include-title: true
|
||||||
label-for-breaking-changes: breaking
|
label-for-breaking-changes: breaking
|
||||||
@@ -21,7 +22,24 @@ label-mapping:
|
|||||||
infra: ["chore", "ci", "build", "infra"]
|
infra: ["chore", "ci", "build", "infra"]
|
||||||
|
|
||||||
# Integration partners - detected by scope
|
# Integration partners - detected by scope
|
||||||
integration: ["anthropic", "chroma", "deepseek", "exa", "fireworks", "groq", "huggingface", "mistralai", "nomic", "ollama", "openai", "perplexity", "prompty", "qdrant", "xai"]
|
integration:
|
||||||
|
[
|
||||||
|
"anthropic",
|
||||||
|
"chroma",
|
||||||
|
"deepseek",
|
||||||
|
"exa",
|
||||||
|
"fireworks",
|
||||||
|
"groq",
|
||||||
|
"huggingface",
|
||||||
|
"mistralai",
|
||||||
|
"nomic",
|
||||||
|
"ollama",
|
||||||
|
"openai",
|
||||||
|
"perplexity",
|
||||||
|
"prompty",
|
||||||
|
"qdrant",
|
||||||
|
"xai",
|
||||||
|
]
|
||||||
|
|
||||||
# Releases
|
# Releases
|
||||||
release: ["release"]
|
release: ["release"]
|
||||||
|
Reference in New Issue
Block a user