From 793de80429aa68bd7de48873a2330e9c42c35e8b Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 24 Sep 2025 01:00:14 -0400 Subject: [PATCH] chore: update label mapping in PR title labeler configuration (#33075) --- .github/pr-title-labeler.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/pr-title-labeler.yml b/.github/pr-title-labeler.yml index 273456cb642..eb175e71071 100644 --- a/.github/pr-title-labeler.yml +++ b/.github/pr-title-labeler.yml @@ -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"]