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:
Mason Daugherty
2025-09-22 21:19:53 -04:00
committed by GitHub
parent c3be45bf14
commit 9c1285cf5b

View File

@@ -3,6 +3,7 @@
# 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
@@ -21,7 +22,24 @@ label-mapping:
infra: ["chore", "ci", "build", "infra"]
# 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
release: ["release"]