Skip to content

Commit 3432e06

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

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+
homepage = "https://rust-lang-nursery.github.io/rust-toolstate/"
5+
bots = ["highfive"]
6+
7+
[access.teams]
8+
infra = "write"
9+
10+
[[branch-protections]]
11+
pattern = "master"
12+
pr-required = false

0 commit comments

Comments
 (0)