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 Oct 31, 2024
1 parent 4c51868 commit 11208cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions repos/rust-lang/www.rust-lang.org.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
org = "rust-lang"
name = "www.rust-lang.org"
description = "The home of the Rust website"
homepage = "https://www.rust-lang.org"
bots = ["rustbot"]

[access.teams]
# Admin is needed for integrating with external services, e.g. Pontoon
website = "admin"

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

[[branch-protections]]
pattern = "deploy"
pr-required = false
required-approvals = 0
allowed-merge-teams = ["website"]

0 comments on commit 11208cf

Please sign in to comment.