Skip to content

Commit 84cdb42

Browse files
committed
Add branch protection to rust-log-analyzer
1 parent 84fd3a8 commit 84cdb42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/rust-lang/rust-log-analyzer.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ bots = []
55

66
[access.teams]
77
infra = "write"
8+
9+
[[branch-protections]]
10+
pattern = "master"
11+
ci-checks = ["CI"]
12+
required-approvals = 0

0 commit comments

Comments
 (0)