Skip to content

Commit baea39a

Browse files
committed
compiler: use role to recognise maintainers
1 parent 9adb794 commit baea39a

File tree

2 files changed

+38
-85
lines changed

2 files changed

+38
-85
lines changed

teams/compiler-maintainers.toml

Lines changed: 0 additions & 51 deletions
This file was deleted.

teams/compiler.toml

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,79 +8,83 @@ members = [
88
"apiraino",
99
"b-naber",
1010
"bjorn3",
11-
"BoxyUwU",
11+
{ github = "BoxyUwU", roles = ["compiler-maintainer"] },
1212
"camelid",
13-
"chenyukang",
13+
{ github = "chenyukang", roles = ["compiler-maintainer"] },
1414
"ChrisDenton",
15-
"cjgillot",
16-
"compiler-errors",
15+
{ github = "cjgillot", roles = ["compiler-maintainer"] },
16+
{ github = "compiler-errors", roles = ["compiler-maintainer"] },
1717
"cuviper",
18-
"davidtwco",
18+
{ github = "davidtwco", roles = ["compiler-maintainer"] },
1919
"DianQK",
2020
"durin42",
2121
"eholk",
2222
"est31",
23-
"estebank",
24-
"fee1-dead",
23+
{ github = "estebank", roles = ["compiler-maintainer"] },
24+
{ github = "fee1-dead", roles = ["compiler-maintainer"] },
2525
"flodiebold",
2626
"fmease",
27-
"jackh726",
27+
{ github = "jackh726", roles = ["compiler-maintainer"] },
2828
"jieyouxu",
2929
"jswrenn",
30-
"lcnr",
31-
"lqd",
30+
{ github = "lcnr", roles = ["compiler-maintainer"] },
31+
{ github = "lqd", roles = ["compiler-maintainer"] },
3232
"lukas-code",
3333
"m-ou-se",
34-
"Mark-Simulacrum",
35-
"matthewjasper",
36-
"Nadrieril",
37-
"nagisa",
34+
{ github = "Mark-Simulacrum", roles = ["compiler-maintainer"] },
35+
{ github = "matthewjasper", roles = ["compiler-maintainer"] },
36+
{ github = "Nadrieril", roles = ["compiler-maintainer"] },
37+
{ github = "nagisa", roles = ["compiler-maintainer"] },
3838
"nikic",
3939
"nikomatsakis",
4040
"Noratrieb",
41-
"nnethercote",
42-
"oli-obk",
43-
"petrochenkov",
44-
"pnkfelix",
41+
{ github = "nnethercote", roles = ["compiler-maintainer"] },
42+
{ github = "oli-obk", roles = ["compiler-maintainer"] },
43+
{ github = "petrochenkov", roles = ["compiler-maintainer"] },
44+
{ github = "pnkfelix", roles = ["compiler-maintainer"] },
4545
"RalfJung",
4646
"rcvalle",
47-
"saethlin",
47+
{ github = "saethlin", roles = ["compiler-maintainer"] },
4848
"scottmcm",
49-
"SparrowLii",
50-
"spastorino",
49+
{ github = "SparrowLii", roles = ["compiler-maintainer"] },
50+
{ github = "spastorino", roles = ["compiler-maintainer"] },
5151
"TaKO8Ki",
5252
"tgross35",
5353
"the8472",
5454
"tmandry",
5555
"tmiasko",
5656
"Urgau",
5757
"WaffleLapkin",
58-
"wesleywiser",
58+
{ github = "wesleywiser", roles = ["compiler-maintainer"] },
5959
"workingjubilee",
6060
"Zalathar",
6161
]
6262
alumni = [
63-
"Aaron1011",
64-
"Aatch",
65-
"arielb1",
66-
"bkoropoff",
63+
{ github = "Aaron1011", roles = ["compiler-maintainer"] },
64+
{ github = "Aatch", roles = ["compiler-maintainer"] },
65+
{ github = "arielb1", roles = ["compiler-maintainer"] },
66+
{ github = "bkoropoff", roles = ["compiler-maintainer"] },
6767
"Centril",
68-
"cramertj",
69-
"dotdash",
68+
{ github = "cramertj", roles = ["compiler-maintainer"] },
69+
{ github = "dotdash", roles = ["compiler-maintainer"] },
7070
"ecstatic-morse",
71-
"eddyb",
72-
"jseyfried",
71+
{ github = "eddyb", roles = ["compiler-maintainer"] },
72+
{ github = "jseyfried", roles = ["compiler-maintainer"] },
7373
"LeSeulArtichaut",
7474
"matklad",
75-
"michaelwoerister",
76-
"nrc",
75+
{ github = "michaelwoerister", roles = ["compiler-maintainer"] },
76+
{ github = "nrc", roles = ["compiler-maintainer"] },
7777
"scalexm",
78-
"varkor",
78+
{ github = "varkor", roles = ["compiler-maintainer"] },
7979
"Xanewok",
8080
"zackmdavis",
81-
"Zoxc",
81+
{ github = "Zoxc", roles = ["compiler-maintainer"] }
8282
]
8383

84+
[[roles]]
85+
id = "compiler-maintainer"
86+
description = "Maintainer"
87+
8488
[permissions]
8589
perf = true
8690
crater = true

0 commit comments

Comments
 (0)