diff options
author | Georg Pfuetzenreuter | 2023-02-19 22:18:43 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-19 22:18:43 +0100 |
commit | 0c8e3159d377e4ed23a0f581616efe799c37ef93 (patch) | |
tree | ae595b5c04a85b49fca58b80dfcb04fb3f6419e8 /.gommit.toml | |
parent | 6e43bbbe4482752b919001b6db2c641b7ce02039 (diff) | |
download | salt-0c8e3159d377e4ed23a0f581616efe799c37ef93.tar.gz salt-0c8e3159d377e4ed23a0f581616efe799c37ef93.tar.bz2 salt-0c8e3159d377e4ed23a0f581616efe799c37ef93.zip |
pipeline.gommit: allow pipeline + more characters
- allow pipeline.* prefix
- allow some special characters in summary
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to '.gommit.toml')
-rw-r--r-- | .gommit.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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=""" |