-
Notifications
You must be signed in to change notification settings - Fork 287
/
infra.toml
68 lines (58 loc) · 1.18 KB
/
infra.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name = "infra"
top-level = true
[people]
leads = ["shepmaster", "jdno"]
members = [
"Mark-Simulacrum",
"kennytm",
"pietroalbini",
"shepmaster",
"jdno",
"Kobzol",
"MarcoIeni",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"sgrif",
"nellshamrell",
"ashleygwilliams",
"aidanhs",
"jyn514",
"TimNN",
"erickt",
"frewsxcv",
"tomprince",
"carols10cents",
"rylev",
]
[[github]]
orgs = ["rust-lang", "rust-lang-ci", "rust-lang-nursery"]
[[github]]
team-name = "rust-infra"
orgs = ["bors-rs"]
[permissions]
perf = true
crater = true
dev-desktop = true
bors.rust.review = true
bors.bors-kindergarten.review = true
[rfcbot]
label = "T-infra"
name = "Infrastructure"
ping = "rust-lang/infra"
[website]
name = "Infrastructure team"
description = "Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics"
email = "infra@rust-lang.org"
zulip-stream = "t-infra"
repo = "https://github.com/rust-lang/infra-team"
[[lists]]
address = "infra@rust-lang.org"
[[lists]]
address = "infra-team@rust-lang.org"
[[lists]]
address = "craterbot@rust-lang.org"
[[zulip-groups]]
name = "T-infra"