ci: fix mergify (#350)
* no conv commit message Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * fix mergify rules Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> --------- Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
364d37ca96
commit
7dbdbdeaf3
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