Skip to content

Commit cf72bbe

Browse files
KobzolMark-Simulacrum
authored andcommitted
Add www.rust-lang.org repository under automation
1 parent 31d3bd8 commit cf72bbe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[[branch-protections]]
16+
pattern = "deploy"
17+
pr-required = false
18+
allowed-merge-teams = ["website"]

0 commit comments

Comments
 (0)