Skip to content

Commit bb64793

Browse files
authored
Add beyond-refs repo
1 parent c316c8e commit bb64793

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

repos/rust-lang/beyond-refs.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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-safe-transmute = "maintain"
19+
project-keyword-generics = "maintain"
20+
rust-for-linux = "maintain"
21+
types = "maintain"
22+
wg-async = "maintain"
23+
24+
[[branch-protections]]
25+
pattern = "main"
26+
required-approvals = 0
27+
28+
[environments.github-pages]
29+
branches = ["main"]

0 commit comments

Comments
 (0)