Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions repos/rust-lang/www.rust-lang.org.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ org = "rust-lang"
name = "www.rust-lang.org"
description = "The home of the Rust website"
homepage = "https://www.rust-lang.org"
bots = ["rustbot", "heroku-deploy-access"]
bots = ["rustbot"]

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

[[branch-protections]]
pattern = "main"
pr-required = false

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