From 4464e2a8f3cb721096666f4ce44899689807c4f9 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sat, 24 Aug 2024 14:07:37 +0200 Subject: [PATCH] Only wait one day --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 9487b63..392e9fb 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -37,7 +37,7 @@ pull_request_rules: actions: comment: message: This pull request is now in conflicts. Could you fix it? 🙏 - - name: Wait for 2 days before validating merge + - name: Wait for 1 day before validating merge actions: label: add: @@ -46,5 +46,5 @@ pull_request_rules: - waiting conditions: - and: - - updated-at<2 days ago + - updated-at<1 days ago - author=dependabot[bot]