diff options
author | Pratyush Desai | 2023-02-22 20:37:50 +0100 |
---|---|---|
committer | Pratyush Desai | 2023-02-22 20:37:50 +0100 |
commit | c8c91269fda61fcf37ce9cb821c0bd83d32125ab (patch) | |
tree | 5e46016641c8c9e437fc0c813ecc67fdea411b1c | |
parent | a705925aa695cd4f6b4fe529b31f2df6bceaa4c6 (diff) | |
parent | cdd09ed5249e419d6cbbcfb7593ba428d022d0c8 (diff) | |
download | salt-c8c91269fda61fcf37ce9cb821c0bd83d32125ab.tar.gz salt-c8c91269fda61fcf37ce9cb821c0bd83d32125ab.tar.bz2 salt-c8c91269fda61fcf37ce9cb821c0bd83d32125ab.zip |
Merge pull request 'pipeline.gommit: allow more characters in prefix' (#38) from commit-lint into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/38
Reviewed-by: Pratyush Desai <pratyush.desai@liberta.casa>
-rw-r--r-- | .gommit.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gommit.toml b/.gommit.toml index fac56a1..d2e43b3 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|profile|id|pipeline)\.\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=""" |