Sfoglia il codice sorgente

[skip ci] Configure Mergify to automatically merge translations PR every week

arkon 2 anni fa
parent
commit
11c61d42dc
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      .github/mergify.yml

+ 9 - 0
.github/mergify.yml

@@ -0,0 +1,9 @@
+pull_request_rules:
+  - name: Automatically merge translations
+    conditions:
+      - "author=weblate"
+      - "-conflict"
+      - "current-day-of-week=Sat"
+    actions:
+      merge:
+        method: squash