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 31d3bd8 commit cf72bbeCopy full SHA for cf72bbe
repos/rust-lang/www.rust-lang.org.toml
@@ -0,0 +1,18 @@
1
+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"]
6
+
7
+[access.teams]
8
+# Admin is needed for integrating with external services, e.g. Pontoon
9
+website = "admin"
10
11
+[[branch-protections]]
12
+pattern = "master"
13
+pr-required = false
14
15
16
+pattern = "deploy"
17
18
+allowed-merge-teams = ["website"]
0 commit comments