Skip to content

Commit f3c33e8

Browse files
committed
compiler: use role to recognise maintainers
1 parent bdb97d8 commit f3c33e8

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,75 +8,79 @@ members = [
88
"apiraino",
99
"b-naber",
1010
"bjorn3",
11-
"BoxyUwU",
11+
{ github = "BoxyUwU", roles = ["compiler-maintainer"] },
1212
"camelid",
13-
"chenyukang",
14-
"cjgillot",
15-
"compiler-errors",
13+
{ github = "chenyukang", roles = ["compiler-maintainer"] },
14+
{ github = "cjgillot", roles = ["compiler-maintainer"] },
15+
{ github = "compiler-errors", roles = ["compiler-maintainer"] },
1616
"cuviper",
17-
"davidtwco",
17+
{ github = "davidtwco", roles = ["compiler-maintainer"] },
1818
"DianQK",
1919
"durin42",
2020
"eholk",
2121
"est31",
22-
"estebank",
23-
"fee1-dead",
22+
{ github = "estebank", roles = ["compiler-maintainer"] },
23+
{ github = "fee1-dead", roles = ["compiler-maintainer"] },
2424
"flodiebold",
2525
"fmease",
26-
"jackh726",
26+
{ github = "jackh726", roles = ["compiler-maintainer"] },
2727
"jieyouxu",
2828
"jswrenn",
29-
"lcnr",
30-
"lqd",
29+
{ github = "lcnr", roles = ["compiler-maintainer"] },
30+
{ github = "lqd", roles = ["compiler-maintainer"] },
3131
"lukas-code",
32-
"Mark-Simulacrum",
33-
"matthewjasper",
34-
"Nadrieril",
35-
"nagisa",
32+
{ github = "Mark-Simulacrum", roles = ["compiler-maintainer"] },
33+
{ github = "matthewjasper", roles = ["compiler-maintainer"] },
34+
{ github = "Nadrieril", roles = ["compiler-maintainer"] },
35+
{ github = "nagisa", roles = ["compiler-maintainer"] },
3636
"nikic",
3737
"nikomatsakis",
3838
"Noratrieb",
39-
"nnethercote",
40-
"oli-obk",
41-
"petrochenkov",
42-
"pnkfelix",
39+
{ github = "nnethercote", roles = ["compiler-maintainer"] },
40+
{ github = "oli-obk", roles = ["compiler-maintainer"] },
41+
{ github = "petrochenkov", roles = ["compiler-maintainer"] },
42+
{ github = "pnkfelix", roles = ["compiler-maintainer"] },
4343
"RalfJung",
44-
"saethlin",
44+
{ github = "saethlin", roles = ["compiler-maintainer"] },
4545
"scottmcm",
46-
"SparrowLii",
47-
"spastorino",
46+
{ github = "SparrowLii", roles = ["compiler-maintainer"] },
47+
{ github = "spastorino", roles = ["compiler-maintainer"] },
4848
"TaKO8Ki",
4949
"tgross35",
5050
"the8472",
5151
"tmandry",
5252
"tmiasko",
5353
"Urgau",
5454
"WaffleLapkin",
55-
"wesleywiser",
55+
{ github = "wesleywiser", roles = ["compiler-maintainer"] },
5656
"Zalathar",
5757
]
5858
alumni = [
59-
"Aaron1011",
60-
"Aatch",
61-
"arielb1",
62-
"bkoropoff",
59+
{ github = "Aaron1011", roles = ["compiler-maintainer"] },
60+
{ github = "Aatch", roles = ["compiler-maintainer"] },
61+
{ github = "arielb1", roles = ["compiler-maintainer"] },
62+
{ github = "bkoropoff", roles = ["compiler-maintainer"] },
6363
"Centril",
64-
"cramertj",
65-
"dotdash",
64+
{ github = "cramertj", roles = ["compiler-maintainer"] },
65+
{ github = "dotdash", roles = ["compiler-maintainer"] },
6666
"ecstatic-morse",
67-
"eddyb",
68-
"jseyfried",
67+
{ github = "eddyb", roles = ["compiler-maintainer"] },
68+
{ github = "jseyfried", roles = ["compiler-maintainer"] },
6969
"LeSeulArtichaut",
7070
"matklad",
71-
"michaelwoerister",
72-
"nrc",
71+
{ github = "michaelwoerister", roles = ["compiler-maintainer"] },
72+
{ github = "nrc", roles = ["compiler-maintainer"] },
7373
"scalexm",
74-
"varkor",
74+
{ github = "varkor", roles = ["compiler-maintainer"] },
7575
"Xanewok",
7676
"zackmdavis",
77-
"Zoxc",
77+
{ github = "Zoxc", roles = ["compiler-maintainer"] }
7878
]
7979

80+
[[roles]]
81+
id = "compiler-maintainer"
82+
description = "Maintainer"
83+
8084
[permissions]
8185
perf = true
8286
crater = true

0 commit comments

Comments
 (0)