pipeline.gommit: allow pipeline + more characters
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
- allow pipeline.* prefix - allow some special characters in summary Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
6e43bbbe44
commit
0c8e3159d3
@ -4,7 +4,7 @@ check-summary-length=true
|
|||||||
summary-length=50
|
summary-length=50
|
||||||
|
|
||||||
[matchers]
|
[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]
|
[examples]
|
||||||
summary_variant_one="""
|
summary_variant_one="""
|
||||||
|
Loading…
Reference in New Issue
Block a user