Skip to content

Commit 605dc75

Browse files
traviscrossMark-Simulacrum
authored andcommitted
Add edition team
We're adding a team responsible for managing all aspects of the editions of Rust. This commit adds that team and removes the `project-edition-2024` project group the preceded it.
1 parent 674d621 commit 605dc75

File tree

6 files changed

+50
-23
lines changed

6 files changed

+50
-23
lines changed

repos/rust-lang/edition-guide.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://doc.rust-lang.org/nightly/edition-guide/"
55
bots = ["rustbot", "rfcbot"]
66

77
[access.teams]
8-
project-edition-2024 = "maintain"
8+
edition = "maintain"
99

1010
[[branch-protections]]
1111
pattern = "master"

repos/rust-lang/edition-team.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
org = "rust-lang"
2+
name = "edition-team"
3+
description = "Home of the Rust edition team"
4+
homepage = "https://edition-team.rust-lang.org/"
5+
bots = ["rustbot", "rfcbot"]
6+
7+
[access.teams]
8+
edition = "maintain"

repos/rust-lang/rust-forge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ infra = "maintain"
1313
lang = "maintain"
1414
leadership-council = "maintain"
1515
libs = "maintain"
16-
project-edition-2024 = "maintain"
16+
edition = "maintain"
1717
release = "maintain"
1818
triagebot = "maintain"
1919

repos/rust-lang/rust-project-goals.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ release = "maintain"
1313
leadership-council = "maintain"
1414
libs = "maintain"
1515
libs-api = "maintain"
16-
project-edition-2024 = "maintain"
16+
edition = "maintain"
1717
goal-owners = "maintain"

teams/edition.toml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name = "edition"
2+
subteam-of = "launching-pad"
3+
4+
[people]
5+
leads = [
6+
"traviscross",
7+
"ehuss",
8+
]
9+
members = [
10+
"traviscross",
11+
"ehuss",
12+
]
13+
alumni = [
14+
"bstrie",
15+
"m-ou-se",
16+
]
17+
18+
[permissions]
19+
perf = true
20+
crater = true
21+
dev-desktop = true
22+
bors.rust.review = true
23+
24+
[[github]]
25+
orgs = ["rust-lang"]
26+
27+
[rfcbot]
28+
label = "T-edition"
29+
name = "Edition"
30+
ping = "rust-lang/edition"
31+
32+
[website]
33+
name = "Edition team"
34+
description = "Managing the editions of Rust"
35+
repo = "http://github.com/rust-lang/edition-team"
36+
zulip-stream = "edition"
37+
38+
[[zulip-groups]]
39+
name = "T-edition"

teams/project-edition-2024.toml

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

0 commit comments

Comments
 (0)