Skip to content

Commit de594f9

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. Seems `body-is-missing` needs to be duplicated here, i.e. ignores are not additive.
1 parent 8d3366e commit de594f9

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
@@ -9,3 +9,7 @@ regex-style-search = true
99

1010
[ignore-body-lines]
1111
regex = ^(Co-authored-by:|((Refs|See|-) )?https?://)
12+
13+
[ignore-by-author-name]
14+
regex = \[bot\]
15+
ignore = body-is-missing,title-max-length

0 commit comments

Comments
 (0)