Skip to content

Commit

Permalink
Merge pull request #1587 from Kobzol/rust-analyzer-remove-bors
Browse files Browse the repository at this point in the history
Switch rust-analyzer from bors to merge-queue
  • Loading branch information
MarcoIeni authored Oct 22, 2024
2 parents bf50c36 + ae740c6 commit bb1a7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion repos/rust-lang/rust-analyzer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ org = "rust-lang"
name = "rust-analyzer"
description = "A Rust compiler front-end for IDEs"
homepage = "https://rust-analyzer.github.io/"
bots = ["bors", "rustbot"]
bots = ["rustbot"]

[access.teams]
rust-analyzer = "write"
rust-analyzer-contributors = "triage"

[[branch-protections]]
pattern = "master"
ci-checks = ["conclusion"]
required-approvals = 0
1 change: 0 additions & 1 deletion teams/rust-analyzer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ repo = "https://github.com/rust-lang/rust-analyzer"

[permissions]
bors.rust.review = true
bors.rust-analyzer.review = true

[[github]]
orgs = ["rust-lang", "rust-analyzer"]
Expand Down

0 comments on commit bb1a7a0

Please sign in to comment.