ci: allow ! in conventionalcommits (#533)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
9102fe1adc
commit
53039a8367
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
@ -6,7 +6,7 @@ merge_protections:
|
|||||||
success_conditions:
|
success_conditions:
|
||||||
- "title ~=
|
- "title ~=
|
||||||
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
|
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
|
||||||
\\))?:"
|
\\))?(!)?:"
|
||||||
- name: Require two reviewer for test updates
|
- name: Require two reviewer for test updates
|
||||||
description: When test data is updated, we require two reviewers
|
description: When test data is updated, we require two reviewers
|
||||||
if:
|
if:
|
||||||
|
Loading…
Reference in New Issue
Block a user