Skip to content

Commit d576846

Browse files
authored
Merge pull request #1590 from Kobzol/cargo-remove-bors
Switch cargo from bors to merge-queue
2 parents 28c24b2 + 6ba80a4 commit d576846

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

people/Mark-Simulacrum.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ zulip-id = 116122
55
irc = "simulacrum"
66
email = "mark.simulacrum@gmail.com"
77
discord-id = 442403469580566528
8-
9-
[permissions]
10-
bors.cargo.review = true

people/steveklabnik.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ github = "steveklabnik"
33
github-id = 27786
44
email = "steve@steveklabnik.com"
55
discord-id = 271866667292819456
6-
7-
[permissions]
8-
bors.cargo.review = true

repos/rust-lang/cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ org = "rust-lang"
22
name = "cargo"
33
description = "The Rust package manager"
44
homepage = "https://doc.rust-lang.org/cargo"
5-
bots = ["bors", "rustbot", "rfcbot", "renovate"]
5+
bots = ["rustbot", "rfcbot", "renovate"]
66

77
[access.teams]
88
cargo = "write"
99

1010
[[branch-protections]]
1111
pattern = "master"
12+
ci-checks = ["conclusion"]
1213

1314
[[branch-protections]]
1415
pattern = "rust-1.*"
16+
ci-checks = ["conclusion"]

teams/cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ alumni = [
2525

2626
[permissions]
2727
bors.rust.review = true
28-
bors.cargo.review = true
2928
crater = true
3029
perf = true
3130

0 commit comments

Comments
 (0)