We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c2a9e commit 9899acdCopy full SHA for 9899acd
.mergify.yml
@@ -37,7 +37,7 @@ pull_request_rules:
37
actions:
38
comment:
39
message: This pull request is now in conflicts. Could you fix it? 🙏
40
- - name: Wait for 2 days before validating merge
+ - name: Wait for 1 day before validating merge
41
42
label:
43
add:
@@ -46,5 +46,5 @@ pull_request_rules:
46
- waiting
47
conditions:
48
- and:
49
- - updated-at<2 days ago
+ - updated-at<1 days ago
50
- author=dependabot[bot]
0 commit comments