From f0ede74cf38b62062744a12e46beabf94abc6a9d Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:36:07 -0700 Subject: [PATCH] chore: update check-success --- .mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a496536..4e42b0c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,7 @@ queue_rules: - name: default conditions: # Conditions to get out of the queue (= merged) - - status-success=Run unit tests + - check-success=Run unit tests pull_request_rules: - name: Automatically merge on CI success and review approval @@ -10,7 +10,7 @@ pull_request_rules: - base~=main|integ-tests - "#approved-reviews-by>=1" - -approved-reviews-by~=author - - status-success=Run unit tests + - check-success=Run unit tests - label!=work-in-progress - -title~=(WIP|wip) - -merged @@ -25,7 +25,7 @@ pull_request_rules: conditions: - base~=main - author=dependabot[bot] - - status-success=Run unit tests + - check-success=Run unit tests - -title~=(WIP|wip) - -label~=(blocked|do-not-merge) - -merged