Skip to content

Commit d81f934

Browse files
committed
Backport rust-lang-nursery repos (batch 3)
1 parent 5845acd commit d81f934

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

repos/rust-lang-nursery/.github.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
org = "rust-lang-nursery"
2+
name = ".github"
3+
description = "GitHub metadata for this organization"
4+
bots = []
5+
6+
[access.teams]
7+
infra = "write"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
org = "rust-lang-nursery"
2+
name = "rust-lang-nursery.github.io"
3+
description = "GitHub pages redirects"
4+
bots = []
5+
6+
[access.teams]
7+
infra = "write"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
org = "rust-lang-nursery"
2+
name = "rust-toolstate"
3+
description = "Records build and test status of external tools bundled with the Rust repository."
4+
bots = ["highfive"]
5+
6+
[access.teams]
7+
infra = "write"
8+
9+
[[branch-protections]]
10+
pattern = "master"
11+
required-approvals = 0
12+
pr-required = false

0 commit comments

Comments
 (0)