Skip to content

Commit b631277

Browse files
committed
chore(gitlint): ignore title length for bot made commits
For long action ids such as `google-github-actions/release-please-action`, they end up quite long. As of gitlint 0.19.1 it seems ignores are not additive, so `body-is-missing` needs to be duplicated here.
1 parent 057ebd5 commit b631277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlint

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ regex-style-search = true
77

88
[ignore-body-lines]
99
regex = ^(Co-authored-by:|((Refs|See|[*-]) )?https?://)
10+
11+
[ignore-by-author-name]
12+
regex = \[bot\]
13+
ignore = body-is-missing,title-max-length

0 commit comments

Comments
 (0)