mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
chore: update label mapping in PR title labeler configuration (#33075)
This commit is contained in:
17
.github/pr-title-labeler.yml
vendored
17
.github/pr-title-labeler.yml
vendored
@@ -11,19 +11,13 @@ include-title: true
|
|||||||
label-for-breaking-changes: breaking
|
label-for-breaking-changes: breaking
|
||||||
|
|
||||||
label-mapping:
|
label-mapping:
|
||||||
# Features and enhancements
|
|
||||||
feature: ["feat"]
|
feature: ["feat"]
|
||||||
|
|
||||||
# Bug fixes
|
|
||||||
fix: ["fix"]
|
fix: ["fix"]
|
||||||
|
|
||||||
# Documentation
|
|
||||||
documentation: ["docs"]
|
documentation: ["docs"]
|
||||||
|
linting: ["style"]
|
||||||
# Infrastructure and tooling
|
refactor: ["refactor"]
|
||||||
infra: ["chore", "ci", "build", "infra"]
|
performance: ["perf"]
|
||||||
|
infra: ["build", "ci", "chore"]
|
||||||
# Integration partners - detected by scope
|
|
||||||
integration:
|
integration:
|
||||||
[
|
[
|
||||||
"anthropic",
|
"anthropic",
|
||||||
@@ -42,6 +36,5 @@ label-mapping:
|
|||||||
"qdrant",
|
"qdrant",
|
||||||
"xai",
|
"xai",
|
||||||
]
|
]
|
||||||
|
revert: ["revert"]
|
||||||
# Releases
|
|
||||||
release: ["release"]
|
release: ["release"]
|
||||||
|
Reference in New Issue
Block a user