Skip to content

Commit bb4aa8f

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

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-nursery"
2+
name = ".github"
3+
description = "GitHub metadata for this organization"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-nursery"
2+
name = "rust-lang-nursery.github.io"
3+
description = "GitHub pages redirects"
4+
bots = []
5+
6+
[access.teams]
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 = []
5+
[[branch-protections]]
6+
pattern = "master"
7+
required-approvals = 0
8+
pr-required = false
9+
10+
[access.teams]
11+
bots = "write"
12+
infra = "admin"

0 commit comments

Comments
 (0)