Skip to content

Commit 0c18c8d

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.
1 parent 8d3366e commit 0c18c8d

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 = title-max-length

0 commit comments

Comments
 (0)