Skip to content

Commit

Permalink
Merge pull request #1588 from Kobzol/crater-remove-bors
Browse files Browse the repository at this point in the history
Switch crater from bors to merge-queue
  • Loading branch information
MarcoIeni authored Oct 29, 2024
2 parents 30e1944 + 48aaf50 commit 3a23bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit 3a23bce

Please sign in to comment.