Skip to content

Commit

Permalink
Cleanup inactive contributors (reduce security risk) (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi authored Oct 7, 2024
1 parent d0fa889 commit 4326fe3
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ repositories = {
topics = ["javascript", "cli", "platform", "typescript", "schema", "effect", "opentelemetry"]
pages = { build_type = "workflow" }
allow_rebase_merge = true
collaborators = [
{ username = "DenisFrezzato", permission = "push" },
{ username = "isthatcentered", permission = "push" },
{ username = "remiguittaut", permission = "push" },
{ username = "rzeigler", permission = "push" },
]
collaborators = []
branch_protection_rules = {
"next-*" = {
allows_force_pushes = true
Expand Down Expand Up @@ -179,19 +174,9 @@ organization_owners = [
]

organization_members = [
"0x706b",
"aniravi24",
"mattiamanzati",
"patroza",
"pigoz",
"qlonik",
"r-cyr",
"sledorze",
"steida",
"tim-smart",
"tstelzer",
"wesselvdv",
"ssalbdivad",
"DadeSko",
"Andarist",
"datner",
Expand Down

0 comments on commit 4326fe3

Please sign in to comment.