From ba428cdf5472bcc6f41c1deb5bfb928bbe13a20b Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 10 Nov 2025 11:49:31 -0500 Subject: [PATCH] chore(infra): add note to pr linting workflow (#33916) --- .github/workflows/pr_lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index de212f5b205..524caa9e076 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -26,12 +26,14 @@ # * revert — reverts a previous commit # * release — prepare a new release # -# Allowed Scopes (optional): +# Allowed Scope(s) (optional): # core, cli, langchain, langchain_v1, langchain-classic, standard-tests, # text-splitters, docs, anthropic, chroma, deepseek, exa, fireworks, groq, # huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant, # xai, infra, deps # +# Multiple scopes can be used by separating them with a comma. +# # Rules: # 1. The 'Type' must start with a lowercase letter. # 2. Breaking changes: append "!" after type/scope (e.g., feat!: drop x support)