From b631277c23fb221fb2761f05ce2eb8457364bb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 4 Feb 2024 14:17:41 +0200 Subject: [PATCH] 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. --- .gitlint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlint b/.gitlint index ef251c47302..60fa173d00e 100644 --- a/.gitlint +++ b/.gitlint @@ -7,3 +7,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