Skip to content

Commit ef9a79f

Browse files
committed
add branch protection for ci-mirrors
1 parent 04de8a2 commit ef9a79f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/rust-lang/ci-mirrors.toml

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ bots = []
66

77
[access.teams]
88
infra = "write"
9+
10+
[[branch-protections]]
11+
pattern = "main"
12+
ci-checks = ["Build finished"]
13+
dismiss-stale-review = true

0 commit comments

Comments
 (0)