Skip to content

Commit

Permalink
compiler: use role to recognise maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Nov 12, 2024
1 parent 9adb794 commit baea39a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 85 deletions.
51 changes: 0 additions & 51 deletions teams/compiler-maintainers.toml

This file was deleted.

72 changes: 38 additions & 34 deletions teams/compiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,79 +8,83 @@ members = [
"apiraino",
"b-naber",
"bjorn3",
"BoxyUwU",
{ github = "BoxyUwU", roles = ["compiler-maintainer"] },
"camelid",
"chenyukang",
{ github = "chenyukang", roles = ["compiler-maintainer"] },
"ChrisDenton",
"cjgillot",
"compiler-errors",
{ github = "cjgillot", roles = ["compiler-maintainer"] },
{ github = "compiler-errors", roles = ["compiler-maintainer"] },
"cuviper",
"davidtwco",
{ github = "davidtwco", roles = ["compiler-maintainer"] },
"DianQK",
"durin42",
"eholk",
"est31",
"estebank",
"fee1-dead",
{ github = "estebank", roles = ["compiler-maintainer"] },
{ github = "fee1-dead", roles = ["compiler-maintainer"] },
"flodiebold",
"fmease",
"jackh726",
{ github = "jackh726", roles = ["compiler-maintainer"] },
"jieyouxu",
"jswrenn",
"lcnr",
"lqd",
{ github = "lcnr", roles = ["compiler-maintainer"] },
{ github = "lqd", roles = ["compiler-maintainer"] },
"lukas-code",
"m-ou-se",
"Mark-Simulacrum",
"matthewjasper",
"Nadrieril",
"nagisa",
{ github = "Mark-Simulacrum", roles = ["compiler-maintainer"] },
{ github = "matthewjasper", roles = ["compiler-maintainer"] },
{ github = "Nadrieril", roles = ["compiler-maintainer"] },
{ github = "nagisa", roles = ["compiler-maintainer"] },
"nikic",
"nikomatsakis",
"Noratrieb",
"nnethercote",
"oli-obk",
"petrochenkov",
"pnkfelix",
{ github = "nnethercote", roles = ["compiler-maintainer"] },
{ github = "oli-obk", roles = ["compiler-maintainer"] },
{ github = "petrochenkov", roles = ["compiler-maintainer"] },
{ github = "pnkfelix", roles = ["compiler-maintainer"] },
"RalfJung",
"rcvalle",
"saethlin",
{ github = "saethlin", roles = ["compiler-maintainer"] },
"scottmcm",
"SparrowLii",
"spastorino",
{ github = "SparrowLii", roles = ["compiler-maintainer"] },
{ github = "spastorino", roles = ["compiler-maintainer"] },
"TaKO8Ki",
"tgross35",
"the8472",
"tmandry",
"tmiasko",
"Urgau",
"WaffleLapkin",
"wesleywiser",
{ github = "wesleywiser", roles = ["compiler-maintainer"] },
"workingjubilee",
"Zalathar",
]
alumni = [
"Aaron1011",
"Aatch",
"arielb1",
"bkoropoff",
{ github = "Aaron1011", roles = ["compiler-maintainer"] },
{ github = "Aatch", roles = ["compiler-maintainer"] },
{ github = "arielb1", roles = ["compiler-maintainer"] },
{ github = "bkoropoff", roles = ["compiler-maintainer"] },
"Centril",
"cramertj",
"dotdash",
{ github = "cramertj", roles = ["compiler-maintainer"] },
{ github = "dotdash", roles = ["compiler-maintainer"] },
"ecstatic-morse",
"eddyb",
"jseyfried",
{ github = "eddyb", roles = ["compiler-maintainer"] },
{ github = "jseyfried", roles = ["compiler-maintainer"] },
"LeSeulArtichaut",
"matklad",
"michaelwoerister",
"nrc",
{ github = "michaelwoerister", roles = ["compiler-maintainer"] },
{ github = "nrc", roles = ["compiler-maintainer"] },
"scalexm",
"varkor",
{ github = "varkor", roles = ["compiler-maintainer"] },
"Xanewok",
"zackmdavis",
"Zoxc",
{ github = "Zoxc", roles = ["compiler-maintainer"] }
]

[[roles]]
id = "compiler-maintainer"
description = "Maintainer"

[permissions]
perf = true
crater = true
Expand Down

0 comments on commit baea39a

Please sign in to comment.