mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
ci: ignore bot planning commits in commitlint
Co-authored-by: pateljannat <31363128+pateljannat@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
parserPreset: "conventional-changelog-conventionalcommits",
|
||||
ignores: [(commit) => commit.startsWith("Initial plan")],
|
||||
rules: {
|
||||
"subject-empty": [2, "never"],
|
||||
"type-case": [2, "always", "lower-case"],
|
||||
|
||||
Reference in New Issue
Block a user