From 6ddd6ed0e3d361cb8e3613a814bc69ca6c8408ce Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 4 Jun 2022 09:26:17 -0400 Subject: [PATCH] [skip ci] Adjust merge criteria for translation PRs --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 01e4a2e89e..ac186c300a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -4,7 +4,7 @@ pull_request_rules: - "author = weblate" - "-conflict" - "current-day-of-week = Sat" - - "created-at >= 1 day ago" + - "created-at < 1 day ago" actions: merge: method: squash \ No newline at end of file