From e7c4cd375e5e9d82d709401881cc61a47d7029a8 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 2 Feb 2021 19:25:23 -0800 Subject: [PATCH] Swapping priorities here (#4611) --- .pullapprove.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index 7849879e3342b1..4a46dfff7c261b 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -8,13 +8,6 @@ github_api_version: "shadow-cat-preview" ############################################################ pullapprove_conditions: - ############################################################ - # Required status checks - ############################################################ - - condition: "'*restyle*' in statuses.successful" - unmet_status: "failure" - explanation: "Style must be inline before reviewing can be complete" - ############################################################ # License Checks ############################################################ @@ -45,6 +38,13 @@ pullapprove_conditions: ############################################################ - "'hotfix' not in labels" + ############################################################ + # Required status checks + ############################################################ + - condition: "'*restyle*' in statuses.successful" + unmet_status: "failure" + explanation: "Style must be inline before reviewing can be complete" + ############################################################ # Notifications ############################################################