Skip to content

Commit cfc13b2

Browse files
authored
Merge pull request #1861 from apiraino/archive-wg-prioritization
Archive WG-prioritization
2 parents 779fc80 + 698ddc8 commit cfc13b2

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org = "rust-lang"
22
name = "compiler-team-prioritization"
3-
description = "Home repository for the compiler team \"prioritization group\""
3+
description = "Home repository for compiler team operations"
44
bots = []
55

66
[access.teams]
7-
wg-prioritization = "maintain"
7+
compiler-ops = "maintain"

repos/rust-lang/compiler-team.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bots = ["rustbot", "rfcbot"]
66

77
[access.teams]
88
compiler = "write"
9-
wg-prioritization = "write"
9+
compiler-ops = "write"
1010
types = "write"
1111

1212
[[branch-protections]]

repos/rust-lang/rust.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rustdoc = "write"
2424
rust-analyzer = "write"
2525
style = "write"
2626
types = "write"
27-
wg-prioritization = "triage"
27+
compiler-ops = "triage"
2828
wg-triage = "write"
2929

3030
[[branch-protections]]

teams/wg-prioritization.toml renamed to teams/archive/wg-prioritization.toml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,34 @@ subteam-of = "compiler"
33
kind = "working-group"
44

55
[people]
6-
leads = ["apiraino", "wesleywiser"]
7-
members = [
8-
"Dylan-DPC",
9-
"apiraino",
10-
"camelid",
11-
"hameerabbasi",
12-
"hkmatsumoto",
13-
"inquisitivecrystal",
14-
"lcnr",
15-
"wesleywiser",
16-
]
6+
leads = []
7+
members = []
178
alumni = [
9+
# The following nickname listed here to pass validation
10+
# see https://github.com/rust-lang/team/pull/992
11+
"am-1t",
1812
"Centril",
13+
"Dylan-DPC",
1914
"JohnTitor",
2015
"LeSeulArtichaut",
2116
"Stupremee",
22-
"jyn514",
23-
"mark-i-m",
24-
"o0Ignition0o",
25-
"spastorino",
26-
"pnkfelix",
27-
# The following nicknames listed here to pass validation
28-
# see https://github.com/rust-lang/team/pull/992
29-
"am-1t",
17+
"apiraino",
3018
"bawerd",
19+
"camelid",
3120
"djcarpe",
3221
"frxstrem",
22+
"hameerabbasi",
23+
"hkmatsumoto",
24+
"inquisitivecrystal",
3325
"jechasteen",
26+
"jyn514",
27+
"lcnr",
28+
"mark-i-m",
3429
"mstallmo",
30+
"o0Ignition0o",
31+
"pnkfelix",
32+
"spastorino",
33+
"wesleywiser",
3534
]
3635

3736
[website]

0 commit comments

Comments
 (0)