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
87allowed-mailing-lists-domains = [
"rust-lang.org",
"crates.io",
"docs.rs",
"rust-embedded.org",
"rustconf.com",
]
allowed-github-orgs = [
"rust-lang",
"rust-lang-nursery",
"rust-lang-deprecated",
"rust-dev-tools",
"rust-embedded",
"rust-analyzer",
]
# GitHub organizations where member management is independent
# and should not be automatically synchronized
independent-github-orgs = [
"rust-embedded",
]
permissions-bors-repos = [
"bors-kindergarten",
"rust",
]
permissions-bools = [
"perf",
"crater",
"crates-io-admin",
"dev-desktop",
"sync-team-confirmation",
]
# GitHub accounts that are allowed to stay in the GitHub organizations,
# even if they may not be members of any team.
# Note: Infra admins are automatically included from the infra-admins team.
special-org-members = [
# Bots.
"bors",
"craterbot",
"rfcbot",
"rust-rfcbot",
"rust-embedded-bot",
"rust-heroku-deploy-access",
"rust-highfive",
"rust-lang-core-team-agenda-bot",
"rust-lang-glacier-bot",
"rust-lang-owner",
"rust-log-analyzer",
"rust-timer",
"rustbot",
# Ferrous systems employees who manage the github sponsors
# for rust-analyzer.
"MissHolmes",
"skade",
]
members-without-zulip-id = [
"arshiamufti",
"bnchi",
"brotzeit",
"celaus",
"chris-morgan",
"codesections",
"da-x",
"ecstatic-morse",
"gdr-at-ms",
"kennykerr",
"mathk",
"nico-abram",
"opeolluwa",
"patchfx",
"pvdrz",
"reitermarkus",
"ryankurte",
"Stammark",
"therealprof",
"zeenix"
]
enable-rulesets-repos = [
"rust-lang/bors"
]