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:
Michele Dolfi 2024-11-15 17:13:01 +01:00 committed by GitHub
parent 364d37ca96
commit 7dbdbdeaf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,5 +11,8 @@ merge_protections:
description: When test data is updated, we require two reviewers
if:
- base = main
- or:
- files ~= ^tests/data
- files ~= ^tests/data_scanned
success_conditions:
- "#approved-reviews-by >= 2"