Jelajahi Sumber

Disable mergify smart mode; just let it keep trying

Ben Jackson 4 tahun lalu
induk
melakukan
7c4652461a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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!