Skip to content

Commit 1e46995

Browse files
Merge pull request #2191 from tmandry/patch-15
Add beyond-refs repo
2 parents c316c8e + c74557e commit 1e46995

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

repos/rust-lang/beyond-refs.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
org = "rust-lang"
2+
name = "beyond-refs"
3+
description = "Wiki for design work going beyond Rust's current reference types"
4+
homepage = "https://rust-lang.github.io/beyond-refs/"
5+
bots = []
6+
7+
[access.teams]
8+
goal-owners = "maintain"
9+
lang = "maintain"
10+
lang-advisors = "maintain"
11+
lang-docs = "maintain"
12+
lang-ops = "maintain"
13+
opsem = "maintain"
14+
project-const-generics = "maintain"
15+
project-const-traits = "maintain"
16+
project-dyn-upcasting = "maintain"
17+
project-impl-trait = "maintain"
18+
project-keyword-generics = "maintain"
19+
types = "maintain"
20+
wg-async = "maintain"
21+
wg-safe-transmute = "maintain"
22+
23+
[[branch-protections]]
24+
pattern = "main"
25+
required-approvals = 0
26+
27+
[environments.github-pages]
28+
branches = ["main"]

0 commit comments

Comments
 (0)