diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000000..4576b9da03 --- /dev/null +++ b/.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 \ No newline at end of file