From ddb53672e2f6c61a077924f6f0bb2aff2ef688b0 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Tue, 4 Nov 2025 20:06:52 -0500 Subject: [PATCH] chore(infra): remove unused `pr-title-labeler.yml` (#33831) --- .github/pr-title-labeler.yml | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 .github/pr-title-labeler.yml diff --git a/.github/pr-title-labeler.yml b/.github/pr-title-labeler.yml deleted file mode 100644 index 24aedf6dcea..00000000000 --- a/.github/pr-title-labeler.yml +++ /dev/null @@ -1,41 +0,0 @@ -# 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"]