Skip to content

Commit 66202b6

Browse files
committed
Only wait one day
1 parent 7d4ce03 commit 66202b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pull_request_rules:
3737
actions:
3838
comment:
3939
message: This pull request is now in conflicts. Could you fix it? 🙏
40-
- name: Wait for 2 days before validating merge
40+
- name: Wait for 1 day before validating merge
4141
actions:
4242
label:
4343
add:
@@ -46,5 +46,5 @@ pull_request_rules:
4646
- waiting
4747
conditions:
4848
- and:
49-
- updated-at<2 days ago
49+
- updated-at<1 days ago
5050
- author=dependabot[bot]

0 commit comments

Comments
 (0)