Skip to content

Commit

Permalink
Add branch protection to cmake and libm (rust-lang#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Aug 21, 2024
1 parent 28b7986 commit af4d34d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repos/rust-lang/cmake-rs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ bots = []

[access.teams]
crate-maintainers = 'maintain'

[[branch-protections]]
pattern = "master"
3 changes: 3 additions & 0 deletions repos/rust-lang/libm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ bots = []

[access.teams]
crate-maintainers = 'maintain'

[[branch-protections]]
pattern = "master"

0 comments on commit af4d34d

Please sign in to comment.