From ae740c628c7b60441c1a50b1c9021735613cdb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 22 Oct 2024 14:07:29 +0200 Subject: [PATCH] Switch rust-analyzer from bors to merge-queue --- repos/rust-lang/rust-analyzer.toml | 4 +++- teams/rust-analyzer.toml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/repos/rust-lang/rust-analyzer.toml b/repos/rust-lang/rust-analyzer.toml index a8bb1eb36..ca1e38cef 100644 --- a/repos/rust-lang/rust-analyzer.toml +++ b/repos/rust-lang/rust-analyzer.toml @@ -2,7 +2,7 @@ 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" @@ -10,3 +10,5 @@ rust-analyzer-contributors = "triage" [[branch-protections]] pattern = "master" +ci-checks = ["conclusion"] +required-approvals = 0 diff --git a/teams/rust-analyzer.toml b/teams/rust-analyzer.toml index 5443d126b..2b6829e60 100644 --- a/teams/rust-analyzer.toml +++ b/teams/rust-analyzer.toml @@ -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"]