Skip to content

Commit

Permalink
Add www.rust-lang.org repository under automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 22, 2024
1 parent 1019e01 commit 1de4298
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions repos/rust-lang/www.rust-lang.org.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
org = "rust-lang"
name = "www.rust-lang.org"
description = "The home of the Rust website"
bots = ["rustbot"]

[access.teams]
website = "write"

[[branch-protections]]
pattern = "master"
required-approvals = 0

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

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

0 comments on commit 1de4298

Please sign in to comment.