Skip to content

Commit

Permalink
Switch cargo from bors to merge-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Nov 5, 2024
1 parent bb1a7a0 commit 769405c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 0 additions & 3 deletions people/Mark-Simulacrum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ zulip-id = 116122
irc = "simulacrum"
email = "[email protected]"
discord-id = 442403469580566528

[permissions]
bors.cargo.review = true
3 changes: 0 additions & 3 deletions people/steveklabnik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ github = "steveklabnik"
github-id = 27786
email = "[email protected]"
discord-id = 271866667292819456

[permissions]
bors.cargo.review = true
7 changes: 6 additions & 1 deletion repos/rust-lang/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ org = "rust-lang"
name = "cargo"
description = "The Rust package manager"
homepage = "https://doc.rust-lang.org/cargo"
bots = ["bors", "rustbot", "rfcbot", "renovate"]
bots = ["rustbot", "rfcbot", "renovate"]

[access.teams]
cargo = "write"

[[branch-protections]]
pattern = "master"
ci-checks = ["conclusion"]

[[branch-protections]]
pattern = "beta"
ci-checks = ["conclusion"]

[[branch-protections]]
pattern = "rust-1.*"
1 change: 0 additions & 1 deletion teams/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ alumni = [

[permissions]
bors.rust.review = true
bors.cargo.review = true
crater = true
perf = true

Expand Down

0 comments on commit 769405c

Please sign in to comment.