From 11c61d42dc5ffb13cd76535c86fd2988e18dd062 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 29 May 2022 17:16:46 -0400 Subject: [PATCH] [skip ci] Configure Mergify to automatically merge translations PR every week --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/mergify.yml 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