From b34b10c6b810a00d949856dc09241164a7f1225d Mon Sep 17 00:00:00 2001
From: arkon <eugcheung94@gmail.com>
Date: Sun, 26 Jun 2022 10:12:27 -0400
Subject: [PATCH] [skip ci] Disable automatic translation merges

---
 .github/mergify.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/mergify.yml b/.github/mergify.yml
index ac186c300..c9ddf7602 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -1,10 +1,10 @@
-pull_request_rules:
-  - name: Automatically merge translations
-    conditions:
-      - "author = weblate"
-      - "-conflict"
-      - "current-day-of-week = Sat"
-      - "created-at < 1 day ago"
-    actions:
-      merge:
-        method: squash
\ No newline at end of file
+#pull_request_rules:
+#  - name: Automatically merge translations
+#    conditions:
+#      - "author = weblate"
+#      - "-conflict"
+#      - "current-day-of-week = Sat"
+#      - "created-at < 1 day ago"
+#    actions:
+#      merge:
+#        method: squash
\ No newline at end of file