Explorar o código

Disable mergify smart mode; just let it keep trying

Ben Jackson %!s(int64=4) %!d(string=hai) anos
pai
achega
7c4652461a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .mergify.yml

+ 2 - 2
.mergify.yml

@@ -7,7 +7,7 @@ pull_request_rules:
     actions:
       merge:
         method: merge
-        strict: smart
+        strict: true
       comment:
         message: Thanks for sending a PR!
   - name: Manual merge on Azure Pipelines and Maintainer Override
@@ -22,6 +22,6 @@ pull_request_rules:
     actions:
       merge:
         method: merge
-        strict: smart
+        strict: true
       comment:
         message: Thanks for sending a PR!