summaryrefslogtreecommitdiffstats
path: root/teams/infra.toml
blob: c9732c9ed2c185471982f00ce2c57d6d3e60c7a2 (plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name = "infra"
subteam-of = "operations"

[people]
leads = ["aidanhs"]
members = [
    "Mark-Simulacrum",
    "TimNN",
    "aidanhs",
    "alexcrichton",
    "ashleygwilliams",
    "erickt",
    "kennytm",
    "pietroalbini",
    "sgrif",
    "shepmaster",
]

[permissions]
perf = true
crater = true
bors.rust.review = true
bors.crater.review = true

[rfcbot]
label = "T-infra"
name = "Infrastructure"
ping = "rust-lang/infra"

[website]
name = "Infrastructure team"
description = "infrastructure supporting the Rust project itself: CI, releases, bots, metrics"
email = "infra@rust-lang.org"
discord-invite = "https://discord.gg/AxXmxzN"
discord-name = "#infra"

[[lists]]
address = "infra@rust-lang.org"

[[lists]]
address = "infra-team@rust-lang.org"

[[lists]]
address = "craterbot@rust-lang.org"

[[lists]]
address = "admin@rust-lang.org"
include-team-members = false
extra-people = [
    "Mark-Simulacrum",
    "aidanhs",
    "alexcrichton",
    "pietroalbini",
]

[[lists]]
address = "rust-key@rust-lang.org"
include-team-members = false
extra-people = [
    "Mark-Simulacrum",
    "aidanhs",
    "alexcrichton",
    "pietroalbini",
]

[[lists]]
address = "appveyor@rust-lang.org"
include-team-members = false
extra-emails = [
    "rust-ops@googlegroups.com",
]

[[lists]]
address = "appveyor-libs@rust-lang.org"
include-team-members = false
extra-emails = [
    "rust-ops@googlegroups.com",
]

[[lists]]
address = "bors@rust-lang.org"
include-team-members = false
extra-people = [
    "Mark-Simulacrum",
    "aidanhs",
    "alexcrichton",
    "pietroalbini",
]

[[lists]]
address = "crates-io-cert@rust-lang.org"
include-team-members = false
extra-emails = [
    "rust-ops@googlegroups.com",
]

[[lists]]
address = "dmarc-rua@rust-lang.org"
include-team-members = false
extra-emails = [
    "rust-ops@googlegroups.com",
]

[[lists]]
address = "docker-hub-rustci@rust-lang.org"
include-team-members = false
extra-emails = [
    "rust-ops@googlegroups.com",
]