Explorar el Código

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

arkon hace 2 años
padre
commit
11c61d42dc
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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