Skip to content

Commit 5dc34b0

Browse files
committed
compiler: use role to recognise maintainers
1 parent 563e98a commit 5dc34b0

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"] },
4544
"RalfJung",
4645
"rcvalle",
47-
"saethlin",
46+
{ github = "saethlin", roles = ["compiler-maintainer"] },
4847
"scottmcm",
49-
"SparrowLii",
50-
"spastorino",
48+
{ github = "SparrowLii", roles = ["compiler-maintainer"] },
49+
{ github = "spastorino", roles = ["compiler-maintainer"] },
5150
"TaKO8Ki",
5251
"tgross35",
5352
"the8472",
5453
"tmandry",
5554
"tmiasko",
5655
"Urgau",
5756
"WaffleLapkin",
58-
"wesleywiser",
57+
{ github = "wesleywiser", roles = ["compiler-maintainer"] },
5958
"workingjubilee",
6059
"Zalathar",
6160
]
6261
alumni = [
63-
"Aaron1011",
64-
"Aatch",
65-
"arielb1",
66-
"bkoropoff",
62+
{ github = "Aaron1011", roles = ["compiler-maintainer"] },
63+
{ github = "Aatch", roles = ["compiler-maintainer"] },
64+
{ github = "arielb1", roles = ["compiler-maintainer"] },
65+
{ github = "bkoropoff", roles = ["compiler-maintainer"] },
6766
"Centril",
68-
"cramertj",
69-
"dotdash",
67+
{ github = "cramertj", roles = ["compiler-maintainer"] },
68+
{ github = "dotdash", roles = ["compiler-maintainer"] },
7069
"ecstatic-morse",
71-
"eddyb",
72-
"jseyfried",
70+
{ github = "eddyb", roles = ["compiler-maintainer"] },
71+
{ github = "jseyfried", roles = ["compiler-maintainer"] },
7372
"LeSeulArtichaut",
7473
"matklad",
75-
"michaelwoerister",
76-
"nrc",
74+
{ github = "michaelwoerister", roles = ["compiler-maintainer"] },
75+
{ github = "nrc", roles = ["compiler-maintainer"] },
76+
{ github = "pnkfelix", 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)