We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bcaa5 commit 1925afbCopy full SHA for 1925afb
rust-bors.toml
@@ -29,8 +29,7 @@ labels_blocking_approval = [
29
# If CI runs quicker than this duration, consider it to be a failure
30
min_ci_time = 600
31
32
-# Flip this once new bors is used for actual merges on this repository
33
-merge_queue_enabled = false
+merge_queue_enabled = true
34
report_merge_conflicts = true
35
36
[labels]
@@ -55,7 +54,9 @@ try_failed = [
55
54
"-S-waiting-on-review",
56
"-S-waiting-on-crater"
57
]
58
-auto_build_succeeded = ["+merged-by-bors"]
+auto_build_succeeded = [
+ "+merged-by-bors"
59
+]
60
auto_build_failed = [
61
"+S-waiting-on-review",
62
"-S-blocked",
0 commit comments