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 8096ed9 commit 6fb9ca2Copy full SHA for 6fb9ca2
1 file changed
.github/mergify.yml
@@ -56,7 +56,6 @@ queue_rules:
56
- name: default
57
update_method: merge
58
allow_queue_branch_edit: true
59
- queue_branch_merge_method: fast-forward
60
queue_conditions:
61
- and:
62
- "check-success = DeepSource: Secrets"
@@ -68,3 +67,6 @@ queue_rules:
68
67
- check-success = Check Dependency Compatibility
69
- check-success = CodeRabbit
70
- check-success = Run Tests
+ merge_method: fast-forward
71
+merge_protections_settings:
72
+ reporting_method: check-runs
0 commit comments