From 1161648ccf9ab3a48f466470a77656bb0e64f7d1 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Fri, 11 Mar 2022 09:16:29 -0800 Subject: [PATCH] Update .pullapprove.yml --- .pullapprove.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index f9da0a4be5ab3b..60d1d910f81c10 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -39,9 +39,10 @@ overrides: ############################################################ # Required status checks ############################################################ - - if: "'*restyle*' not in statuses.successful" - status: failure - explanation: "Style must be inline before reviewing can be complete" +# Disabled given restyled seems broken right now +# - if: "'*restyle*' not in statuses.successful" +# status: failure +# explanation: "Style must be inline before reviewing can be complete" ############################################################ # Fast tracking