Skip to content

Commit

Permalink
chore(gitlint): ignore title length for bot made commits
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
scop committed Feb 4, 2024
1 parent 8d3366e commit a6a1555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ regex-style-search = true

[ignore-body-lines]
regex = ^(Co-authored-by:|((Refs|See|-) )?https?://)

[ignore-by-author-name]
regex = \[bot\]
ignore = body-is-missing,title-max-length

0 comments on commit a6a1555

Please sign in to comment.