Skip to content

Commit

Permalink
Update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 17, 2024
1 parent 7f321f3 commit 484dec1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 484dec1

Please sign in to comment.