From 20de02dffb1d5c5f98ee1bd02170dd23bb024d79 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 3 Jun 2022 21:09:17 -0400 Subject: [PATCH] [skip ci] Adjust merge criteria for translation PRs --- .github/mergify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 4576b9da03..01e4a2e89e 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,9 +1,10 @@ pull_request_rules: - name: Automatically merge translations conditions: - - "author=weblate" + - "author = weblate" - "-conflict" - - "current-day-of-week=Sat" + - "current-day-of-week = Sat" + - "created-at >= 1 day ago" actions: merge: method: squash \ No newline at end of file