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