mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-29 05:24:28 +00:00
ci: allow ! in conventionalcommits (#533)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
ba32fb8637
commit
a38f57efce
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