From 1644c65010822e5a2a17be057ff8d47c9b02f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 21 Oct 2024 13:01:23 +0200 Subject: [PATCH] Remove bors from chalk It shouldn't really be needed on this repo. --- repos/rust-lang/chalk.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repos/rust-lang/chalk.toml b/repos/rust-lang/chalk.toml index bf1245e9e..8ed0f60a2 100644 --- a/repos/rust-lang/chalk.toml +++ b/repos/rust-lang/chalk.toml @@ -2,7 +2,11 @@ org = "rust-lang" name = "chalk" description = "An implementation and definition of the Rust trait system using a PROLOG-like logic solver" homepage = "https://rust-lang.github.io/chalk/book/" -bots = ["rustbot", "bors"] +bots = ["rustbot"] [access.teams] types = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["conclusion"]