Skip to content

Commit d4f2868

Browse files
KobzolMark-Simulacrum
authored andcommitted
Add branch protection for compiler-builtins
1 parent f3f8e80 commit d4f2868

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/rust-lang/compiler-builtins.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
crate-maintainers = 'maintain'
8+
9+
[[branch-protections]]
10+
pattern = "master"
11+
ci-checks = ["success"]
12+
required-approvals = 0

0 commit comments

Comments
 (0)