Skip to content

Commit

Permalink
Merge pull request #1583 from Kobzol/miri-remove-bors
Browse files Browse the repository at this point in the history
Remove bors from miri
  • Loading branch information
MarcoIeni authored Oct 22, 2024
2 parents bd8c29e + de3422c commit bf50c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repos/rust-lang/miri.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
org = "rust-lang"
name = "miri"
description = "An interpreter for Rust's mid-level intermediate representation"
bots = ["rustbot", "bors"]
bots = ["rustbot"]

[access.teams]
compiler = "write"
miri = "write"

[[branch-protections]]
pattern = "master"
ci-checks = ["conclusion"]

0 comments on commit bf50c36

Please sign in to comment.