Pārlūkot izejas kodu

Disable mergify smart mode; just let it keep trying

Ben Jackson 4 gadi atpakaļ
vecāks
revīzija
7c4652461a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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!