From 0c8e3159d377e4ed23a0f581616efe799c37ef93 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 19 Feb 2023 22:18:43 +0100 Subject: pipeline.gommit: allow pipeline + more characters - allow pipeline.* prefix - allow some special characters in summary Signed-off-by: Georg Pfuetzenreuter --- .gommit.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gommit.toml b/.gommit.toml index eaffd69..fac56a1 100644 --- a/.gommit.toml +++ b/.gommit.toml @@ -4,7 +4,7 @@ check-summary-length=true summary-length=50 [matchers] -all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role\.\w+|profile\.\w+): )[\w ]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)' +all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role|profile|id|pipeline)\.\w+: )[\w \.\+\-]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)' [examples] summary_variant_one=""" -- cgit v1.2.3