From f57f1fe0edd2cc241ac51916034149ab0a504cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 24 Jan 2024 15:30:01 +0100 Subject: [PATCH] Remove bors configuration for measureme (#1292) --- repos/rust-lang/measureme.toml | 5 +++-- teams/compiler.toml | 1 - teams/wg-compiler-performance.toml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/repos/rust-lang/measureme.toml b/repos/rust-lang/measureme.toml index 1c235e583..dc0302e6e 100644 --- a/repos/rust-lang/measureme.toml +++ b/repos/rust-lang/measureme.toml @@ -1,14 +1,15 @@ org = "rust-lang" name = "measureme" description = "Support crate for rustc's self-profiling feature" -bots = ["bors"] +bots = [] [access.teams] compiler = "write" [[branch-protections]] pattern = "master" +ci-checks = ["build"] [[branch-protections]] pattern = "stable" -ci-checks = ["bors build finished"] +ci-checks = ["build"] diff --git a/teams/compiler.toml b/teams/compiler.toml index e84ef6711..898e7c07a 100644 --- a/teams/compiler.toml +++ b/teams/compiler.toml @@ -38,7 +38,6 @@ crater = true dev-desktop = true bors.rust.review = true bors.miri.review = true -bors.measureme.review = true [[github]] orgs = ["rust-lang", "rust-lang-nursery"] diff --git a/teams/wg-compiler-performance.toml b/teams/wg-compiler-performance.toml index e19f6dfbf..29a12e246 100644 --- a/teams/wg-compiler-performance.toml +++ b/teams/wg-compiler-performance.toml @@ -29,4 +29,3 @@ repo = "https://github.com/rust-lang/rustc-perf" [permissions] perf = true bors.rust.try = true -bors.measureme.review = true