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

This commit is contained in:
arkon 2022-05-29 17:16:46 -04:00
parent d1be221d7a
commit 11c61d42dc

9
.github/mergify.yml vendored Normal file
View File

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