소스 검색

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

arkon 3 년 전
부모
커밋
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