Skip to content

Commit c8df41f

Browse files
committed
Update configuration of the website repo
1 parent 610ab29 commit c8df41f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

repos/rust-lang/www.rust-lang.org.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@ org = "rust-lang"
22
name = "www.rust-lang.org"
33
description = "The home of the Rust website"
44
homepage = "https://www.rust-lang.org"
5-
bots = ["rustbot", "heroku-deploy-access"]
5+
bots = ["rustbot"]
66

77
[access.teams]
8-
# Maintain is needed for integrating with external services, e.g. Pontoon
9-
website = "maintain"
8+
website = "write"
109

1110
[[branch-protections]]
1211
pattern = "master"
13-
pr-required = false
14-
15-
[[branch-protections]]
16-
pattern = "deploy"
17-
pr-required = false
18-
allowed-merge-teams = ["website"]

0 commit comments

Comments
 (0)