mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
ci(Mergify): configuration update
Signed-off-by: Michele Dolfi <null> Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
8533039b0c
commit
df0c773eae
15
.mergify.yml
Normal file
15
.mergify.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
merge_protections:
|
||||||
|
- name: Enforce conventional commit
|
||||||
|
description: Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
||||||
|
if:
|
||||||
|
- base = main
|
||||||
|
success_conditions:
|
||||||
|
- "title ~=
|
||||||
|
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
|
||||||
|
\\))?:"
|
||||||
|
- name: Require two reviewer for test updates
|
||||||
|
description: When test data is updated, we require two reviewers
|
||||||
|
if:
|
||||||
|
- base = main
|
||||||
|
success_conditions:
|
||||||
|
- "#approved-reviews-by >= 2"
|
Loading…
Reference in New Issue
Block a user