ci: allow ! in conventionalcommits

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-12-06 13:46:27 +01:00
parent 9102fe1adc
commit 279eefbf19

2
.github/mergify.yml vendored
View File

@ -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: