Parcourir la source

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

arkon il y a 2 ans
Parent
commit
11c61d42dc
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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