From 484dec1a9974463d74d335fe415df88ce106aa87 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 17 Dec 2024 20:10:08 +0300 Subject: [PATCH] Update mergify.yml --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 18d558b..b7a7bb0 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -559,3 +559,12 @@ pull_request_rules: # {% if check_status == "failure" %} # Your pull request needs to be updated before it can be merged. # {% endif %} + +merge_protections: + - name: Require terratest + description: This rule require terratest status + if: + - files ~= \.(?!md|gif|png|jpg|mp4).* + - base = main + success_conditions: + - check-success = test/terratest