Skip to content

Commit ae740c6

Browse files
committed
Switch rust-analyzer from bors to merge-queue
1 parent bf50c36 commit ae740c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

repos/rust-lang/rust-analyzer.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ org = "rust-lang"
22
name = "rust-analyzer"
33
description = "A Rust compiler front-end for IDEs"
44
homepage = "https://rust-analyzer.github.io/"
5-
bots = ["bors", "rustbot"]
5+
bots = ["rustbot"]
66

77
[access.teams]
88
rust-analyzer = "write"
99
rust-analyzer-contributors = "triage"
1010

1111
[[branch-protections]]
1212
pattern = "master"
13+
ci-checks = ["conclusion"]
14+
required-approvals = 0

teams/rust-analyzer.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ repo = "https://github.com/rust-lang/rust-analyzer"
2525

2626
[permissions]
2727
bors.rust.review = true
28-
bors.rust-analyzer.review = true
2928

3029
[[github]]
3130
orgs = ["rust-lang", "rust-analyzer"]

0 commit comments

Comments
 (0)