Преглед изворни кода

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

arkon пре 2 година
родитељ
комит
11c61d42dc
1 измењених фајлова са 9 додато и 0 уклоњено
  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