Skip to content

Commit 27adb90

Browse files
authored
Merge pull request #1767 from rust-lang/pa-ci-mirrors-branch-protection
Add branch protection for ci-mirrors
2 parents 04de8a2 + ef9a79f commit 27adb90

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)