Skip to content

Commit

Permalink
Remove bors configuration for measureme (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol authored Jan 24, 2024
1 parent 1a4ef20 commit f57f1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions repos/rust-lang/measureme.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 0 additions & 1 deletion teams/compiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion teams/wg-compiler-performance.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ repo = "https://github.com/rust-lang/rustc-perf"
[permissions]
perf = true
bors.rust.try = true
bors.measureme.review = true

0 comments on commit f57f1fe

Please sign in to comment.