2023-02-19 19:48:59 +01:00
|
|
|
[config]
|
|
|
|
exclude-merge-commits=true
|
|
|
|
check-summary-length=true
|
|
|
|
summary-length=50
|
|
|
|
|
|
|
|
[matchers]
|
2023-02-20 19:53:27 +01:00
|
|
|
all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role|profile|id|pipeline)\.[\w\-_]+: )[\w \.\+\-]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)'
|
2023-02-19 19:48:59 +01:00
|
|
|
|
|
|
|
[examples]
|
|
|
|
summary_variant_one="""
|
|
|
|
[Add|Remove|Update|Enable|Disable] this and that
|
|
|
|
"""
|
|
|
|
|
|
|
|
summary_variant_two="""
|
|
|
|
[role.$role|profile.$profile]: this and that
|
|
|
|
"""
|
|
|
|
|
|
|
|
body_message="""
|
|
|
|
- an optional body line
|
|
|
|
- another optional body line
|
|
|
|
|
|
|
|
Signed-off-by: Max Mandatory <required@example.com>
|
|
|
|
"""
|