We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610ab29 commit c8df41fCopy full SHA for c8df41f
repos/rust-lang/www.rust-lang.org.toml
@@ -2,17 +2,10 @@ org = "rust-lang"
2
name = "www.rust-lang.org"
3
description = "The home of the Rust website"
4
homepage = "https://www.rust-lang.org"
5
-bots = ["rustbot", "heroku-deploy-access"]
+bots = ["rustbot"]
6
7
[access.teams]
8
-# Maintain is needed for integrating with external services, e.g. Pontoon
9
-website = "maintain"
+website = "write"
10
11
[[branch-protections]]
12
pattern = "master"
13
-pr-required = false
14
-
15
-[[branch-protections]]
16
-pattern = "deploy"
17
18
-allowed-merge-teams = ["website"]
0 commit comments