From cf5a1f8de1ecc9ec6b90ccfb848c005458d8f8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 11 Oct 2024 15:24:07 +0200 Subject: [PATCH] Remove bors from `hashbrown` --- repos/rust-lang/hashbrown.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/rust-lang/hashbrown.toml b/repos/rust-lang/hashbrown.toml index 5bd80eefc..3bb251816 100644 --- a/repos/rust-lang/hashbrown.toml +++ b/repos/rust-lang/hashbrown.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "hashbrown" description = "Rust port of Google's SwissTable hash map" homepage = "https://rust-lang.github.io/hashbrown" -bots = ["bors"] +bots = [] [access.teams] libs = "write" @@ -10,3 +10,4 @@ libs-contributors = "write" [[branch-protections]] pattern = "master" +ci-checks = ["conclusion"]