Skip to content

Commit bf50c36

Browse files
authored
Merge pull request #1583 from Kobzol/miri-remove-bors
Remove bors from miri
2 parents bd8c29e + de3422c commit bf50c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repos/rust-lang/miri.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
org = "rust-lang"
22
name = "miri"
33
description = "An interpreter for Rust's mid-level intermediate representation"
4-
bots = ["rustbot", "bors"]
4+
bots = ["rustbot"]
55

66
[access.teams]
77
compiler = "write"
88
miri = "write"
99

1010
[[branch-protections]]
1111
pattern = "master"
12+
ci-checks = ["conclusion"]

0 commit comments

Comments
 (0)