Skip to content

Commit fb827cc

Browse files
committed
Sort members alphabetically
1 parent 6c5abb5 commit fb827cc

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Django Commons packages.
1616
human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
1717
3. Add the user's GitHub username to the `members` collection in
1818
the [`terraform/production/org.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/org.tfvars)
19-
file.
19+
file. Please keep the list sorted alphabetically.
2020
```terraform
2121
members = [
2222
# ...
@@ -25,7 +25,7 @@ Django Commons packages.
2525
```
2626
4. If they requested to be on specific repository team(s), in
2727
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
28-
file, add them to the `members` collection.
28+
file, add them to the `members` collection. Please keep the list sorted alphabetically.
2929
```terraform
3030
repositories = {
3131
"[REPOSITORY]" = {
@@ -47,7 +47,7 @@ Django Commons packages.
4747
a human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
4848
2. For the requested repository's team(s), in
4949
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
50-
file, add them to the `members` collection.
50+
file, add them to the `members` collection. Please keep the list sorted alphabetically.
5151
```terraform
5252
repositories = {
5353
"[REPOSITORY]" = {
@@ -71,7 +71,7 @@ Django Commons packages.
7171
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
7272
file, for the repository's key under `repositories`, add them to the `admins` collection for the
7373
correct team. There will be two privileged teams for each repository, `*-admins` and `*-committers`, the user should
74-
be added to the requested team.
74+
be added to the requested team. Please keep the list sorted alphabetically.
7575
```terraform
7676
repositories = {
7777
"[REPOSITORY]" = {

terraform/production/org.tfvars

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
# Organization admins
22
admins = [
3-
"tim-schilling",
4-
"williln",
3+
"cunla",
54
"ryancheley",
65
"Stormheg",
7-
"cunla",
6+
"tim-schilling",
7+
"williln",
88
]
99
# Organization members
1010
members = [
11+
"browniebroke",
12+
"codein",
13+
"ddabble",
14+
"g-nie",
1115
"gav-fyi",
1216
"jcjudkins",
1317
"joshuadavidthomas",
18+
"maerteijn",
1419
"matthiask",
20+
"Mogost",
1521
"nanorepublica",
1622
"Natim",
1723
"pfouque",
1824
"priyapahwa",
1925
"testSchilling",
20-
"maerteijn",
21-
"g-nie",
22-
"Mogost",
23-
"browniebroke",
24-
"ddabble",
25-
"codein",
2626
]
2727

2828
organization_teams = {
2929
"Admins" = {
3030
description = "django-commons administrators"
3131
# Use maintainers for organizational teams
3232
maintainers = [
33-
"tim-schilling",
34-
"williln",
33+
"cunla",
3534
"ryancheley",
3635
"Stormheg",
37-
"cunla",
36+
"tim-schilling",
37+
"williln",
3838
]
3939
}
4040
"security-team" = {
4141
description = "django-commons security team"
4242
# Use maintainers for organizational teams
4343
maintainers = [
44+
"matthiask",
4445
"tim-schilling",
45-
"matthiask"
4646
]
4747
permission = "push"
4848
}

terraform/production/repositories.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ repositories = {
3737
topics = []
3838
# People with GitHub admin repo permissions
3939
admins = [
40-
"tim-schilling",
41-
"williln",
40+
"cunla",
4241
"ryancheley",
4342
"Stormheg",
44-
"cunla",
43+
"tim-schilling",
44+
"williln",
4545
]
4646
# People with GitHub maintain repo permissions
4747
committers = [
@@ -72,8 +72,8 @@ repositories = {
7272
has_projects = false
7373

7474
admins = [
75-
"pfouque",
7675
"Natim",
76+
"pfouque",
7777
]
7878
committers = []
7979
members = []

0 commit comments

Comments
 (0)