mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
fix mergify rules
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
b20092e1dc
commit
388e022406
3
.mergify.yml → .github/mergify.yml
vendored
3
.mergify.yml → .github/mergify.yml
vendored
@ -11,5 +11,8 @@ merge_protections:
|
|||||||
description: When test data is updated, we require two reviewers
|
description: When test data is updated, we require two reviewers
|
||||||
if:
|
if:
|
||||||
- base = main
|
- base = main
|
||||||
|
- or:
|
||||||
|
- files ~= ^tests/data
|
||||||
|
- files ~= ^tests/data_scanned
|
||||||
success_conditions:
|
success_conditions:
|
||||||
- "#approved-reviews-by >= 2"
|
- "#approved-reviews-by >= 2"
|
Loading…
Reference in New Issue
Block a user