chore: update label mapping in PR title labeler configuration (#33075)

This commit is contained in:
Mason Daugherty
2025-09-24 01:00:14 -04:00
committed by GitHub
parent 7d4e9d8cda
commit 793de80429

View File

@@ -11,19 +11,13 @@ include-title: true
label-for-breaking-changes: breaking
label-mapping:
# Features and enhancements
feature: ["feat"]
# Bug fixes
fix: ["fix"]
# Documentation
documentation: ["docs"]
# Infrastructure and tooling
infra: ["chore", "ci", "build", "infra"]
# Integration partners - detected by scope
linting: ["style"]
refactor: ["refactor"]
performance: ["perf"]
infra: ["build", "ci", "chore"]
integration:
[
"anthropic",
@@ -42,6 +36,5 @@ label-mapping:
"qdrant",
"xai",
]
# Releases
revert: ["revert"]
release: ["release"]