We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf50c36 + ae740c6 commit bb1a7a0Copy full SHA for bb1a7a0
repos/rust-lang/rust-analyzer.toml
@@ -2,11 +2,13 @@ org = "rust-lang"
2
name = "rust-analyzer"
3
description = "A Rust compiler front-end for IDEs"
4
homepage = "https://rust-analyzer.github.io/"
5
-bots = ["bors", "rustbot"]
+bots = ["rustbot"]
6
7
[access.teams]
8
rust-analyzer = "write"
9
rust-analyzer-contributors = "triage"
10
11
[[branch-protections]]
12
pattern = "master"
13
+ci-checks = ["conclusion"]
14
+required-approvals = 0
teams/rust-analyzer.toml
@@ -25,7 +25,6 @@ repo = "https://github.com/rust-lang/rust-analyzer"
25
26
[permissions]
27
bors.rust.review = true
28
-bors.rust-analyzer.review = true
29
30
[[github]]
31
orgs = ["rust-lang", "rust-analyzer"]
0 commit comments