-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Fix new bors config #150478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix new bors config #150478
Conversation
|
|
|
rustbot has assigned @Mark-Simulacrum. Use |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TOML moment
|
r? me @bors r+ rollup p=5 (fix bors config) |
|
Oh wait, does this only affect new bors? Feel free to re-bump if it also affects old bors. |
|
Just new bors, so not a big priority. Thanks! |
Fix new bors config I added the root config under `[labels]` by accident, so it failed to be deserialized by bors.
Rollup of 6 pull requests Successful merges: - #150108 (Offload: Build offload as a single Step) - #150262 (slice iter cleanup: replace checked_sub with saturating_sub) - #150427 (add has_offload/needs-offload to the test infra) - #150458 (fix running stdlib doctests in Miri in CI) - #150477 (Fix enum variant suggestion consuming trailing parenthesis) - #150478 (Fix new bors config) r? `@ghost` `@rustbot` modify labels: rollup
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.
I added the root config under
[labels]by accident, so it failed to be deserialized by bors.