Enable merge queue in new bors
This commit is contained in:
parent
b7bcaa5c71
commit
1925afb7b0
1 changed files with 4 additions and 3 deletions
|
|
@ -29,8 +29,7 @@ labels_blocking_approval = [
|
||||||
# If CI runs quicker than this duration, consider it to be a failure
|
# If CI runs quicker than this duration, consider it to be a failure
|
||||||
min_ci_time = 600
|
min_ci_time = 600
|
||||||
|
|
||||||
# Flip this once new bors is used for actual merges on this repository
|
merge_queue_enabled = true
|
||||||
merge_queue_enabled = false
|
|
||||||
report_merge_conflicts = true
|
report_merge_conflicts = true
|
||||||
|
|
||||||
[labels]
|
[labels]
|
||||||
|
|
@ -55,7 +54,9 @@ try_failed = [
|
||||||
"-S-waiting-on-review",
|
"-S-waiting-on-review",
|
||||||
"-S-waiting-on-crater"
|
"-S-waiting-on-crater"
|
||||||
]
|
]
|
||||||
auto_build_succeeded = ["+merged-by-bors"]
|
auto_build_succeeded = [
|
||||||
|
"+merged-by-bors"
|
||||||
|
]
|
||||||
auto_build_failed = [
|
auto_build_failed = [
|
||||||
"+S-waiting-on-review",
|
"+S-waiting-on-review",
|
||||||
"-S-blocked",
|
"-S-blocked",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue