[skip ci] Adjust merge criteria for translation PRs

This commit is contained in:
arkon 2022-06-03 21:09:17 -04:00
parent a3a85ea49f
commit 20de02dffb

5
.github/mergify.yml vendored
View File

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