Skip to content

Commit ba428cd

Browse files
authored
chore(infra): add note to pr linting workflow (#33916)
1 parent 69c7d1b commit ba428cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
# * revert — reverts a previous commit
2727
# * release — prepare a new release
2828
#
29-
# Allowed Scopes (optional):
29+
# Allowed Scope(s) (optional):
3030
# core, cli, langchain, langchain_v1, langchain-classic, standard-tests,
3131
# text-splitters, docs, anthropic, chroma, deepseek, exa, fireworks, groq,
3232
# huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant,
3333
# xai, infra, deps
3434
#
35+
# Multiple scopes can be used by separating them with a comma.
36+
#
3537
# Rules:
3638
# 1. The 'Type' must start with a lowercase letter.
3739
# 2. Breaking changes: append "!" after type/scope (e.g., feat!: drop x support)

0 commit comments

Comments
 (0)