Rollup merge of #150478 - Kobzol:bors-config, r=jieyouxu

Fix new bors config

I added the root config under `[labels]` by accident, so it failed to be deserialized by bors.
This commit is contained in:
Matthias Krüger 2025-12-29 12:59:12 +01:00 committed by GitHub
commit 3748bdef2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,10 @@ labels_blocking_approval = [
# If CI runs quicker than this duration, consider it to be a failure
min_ci_time = 600
# Flip this once new bors is used for actual merges on this repository
merge_queue_enabled = false
report_merge_conflicts = true
[labels]
approved = [
"+S-waiting-on-bors",
@ -60,7 +64,3 @@ auto_build_failed = [
"-S-waiting-on-crater",
"-S-waiting-on-team"
]
# Flip this two once new bors is used for actual merges on this repository
merge_queue_enabled = false
report_merge_conflicts = true