Skip to content

Commit b9e97bb

Browse files
jacobbramleyMark-Simulacrum
authored andcommitted
Split Arm team to distinguish maintainers.
This allows us to name "arm-maintainers" in platform support documents, without interfering with existing notification behaviour for the broader "arm" team.
1 parent 018ceff commit b9e97bb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

teams/arm-maintainers.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "arm-maintainers"
2+
kind = "marker-team"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"adamgemmell",
8+
"jacobbramley",
9+
"JamieCunliffe",
10+
]

teams/arm.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ kind = "marker-team"
44
[people]
55
leads = []
66
members = [
7-
"JamieCunliffe",
87
"Stammark",
98
"joaopaulocarreiro",
109
"raw-bin",
11-
"jacobbramley",
12-
"adamgemmell",
1310
"hug-dev",
1411
]
12+
included-teams = [
13+
"arm-maintainers"
14+
]

0 commit comments

Comments
 (0)