Skip to content

Commit 6683f33

Browse files
Merge pull request #1816 from Kobzol/rla-branch-protection
Add branch protection to rust-log-analyzer
2 parents 84fd3a8 + 84cdb42 commit 6683f33

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)