Skip to content
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

Switch crater from bors to merge-queue #1588

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions repos/rust-lang/crater.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ org = "rust-lang"
name = "crater"
description = "Run experiments across parts of the Rust ecosystem!"
homepage = "https://crater.rust-lang.org"
bots = ["bors", "highfive"]
bots = ["highfive"]

[access.teams]
infra = "write"

[[branch-protections]]
pattern = "master"
ci-checks = ["homu"]
ci-checks = ["conclusion"]
1 change: 0 additions & 1 deletion teams/infra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ perf = true
crater = true
dev-desktop = true
bors.rust.review = true
bors.crater.review = true
bors.bors-kindergarten.review = true

[rfcbot]
Expand Down