diff --git a/README.md b/README.md index 31699df..cc09c79 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Django Commons packages. human and not a spambot. You can explain that by being a member, they can impact repositories immediately. 3. Add the user's GitHub username to the `members` collection in the [`terraform/production/org.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/org.tfvars) - file. + file. Please keep the list sorted alphabetically. ```terraform members = [ # ... @@ -25,7 +25,7 @@ Django Commons packages. ``` 4. If they requested to be on specific repository team(s), in the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars) - file, add them to the `members` collection. + file, add them to the `members` collection. Please keep the list sorted alphabetically. ```terraform repositories = { "[REPOSITORY]" = { @@ -47,7 +47,7 @@ Django Commons packages. a human and not a spambot. You can explain that by being a member, they can impact repositories immediately. 2. For the requested repository's team(s), in the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars) - file, add them to the `members` collection. + file, add them to the `members` collection. Please keep the list sorted alphabetically. ```terraform repositories = { "[REPOSITORY]" = { @@ -71,7 +71,7 @@ Django Commons packages. the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars) file, for the repository's key under `repositories`, add them to the `admins` collection for the correct team. There will be two privileged teams for each repository, `*-admins` and `*-committers`, the user should - be added to the requested team. + be added to the requested team. Please keep the list sorted alphabetically. ```terraform repositories = { "[REPOSITORY]" = { diff --git a/terraform/production/org.tfvars b/terraform/production/org.tfvars index d5badc6..f39df3b 100644 --- a/terraform/production/org.tfvars +++ b/terraform/production/org.tfvars @@ -1,28 +1,28 @@ # Organization admins admins = [ - "tim-schilling", - "williln", + "cunla", "ryancheley", "Stormheg", - "cunla", + "tim-schilling", + "williln", ] # Organization members members = [ + "browniebroke", + "codein", + "ddabble", + "g-nie", "gav-fyi", "jcjudkins", "joshuadavidthomas", + "maerteijn", "matthiask", + "Mogost", "nanorepublica", "Natim", "pfouque", "priyapahwa", "testSchilling", - "maerteijn", - "g-nie", - "Mogost", - "browniebroke", - "ddabble", - "codein", ] organization_teams = { @@ -30,19 +30,19 @@ organization_teams = { description = "django-commons administrators" # Use maintainers for organizational teams maintainers = [ - "tim-schilling", - "williln", + "cunla", "ryancheley", "Stormheg", - "cunla", + "tim-schilling", + "williln", ] } "security-team" = { description = "django-commons security team" # Use maintainers for organizational teams maintainers = [ + "matthiask", "tim-schilling", - "matthiask" ] permission = "push" } diff --git a/terraform/production/repositories.tfvars b/terraform/production/repositories.tfvars index dd4a858..fa06adf 100644 --- a/terraform/production/repositories.tfvars +++ b/terraform/production/repositories.tfvars @@ -37,11 +37,11 @@ repositories = { topics = [] # People with GitHub admin repo permissions admins = [ - "tim-schilling", - "williln", + "cunla", "ryancheley", "Stormheg", - "cunla", + "tim-schilling", + "williln", ] # People with GitHub maintain repo permissions committers = [ @@ -72,8 +72,8 @@ repositories = { has_projects = false admins = [ - "pfouque", "Natim", + "pfouque", ] committers = [] members = []