Skip to content

Commit

Permalink
make tim an owner of the github org. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Dec 18, 2024
1 parent 83fe439 commit c98a704
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ repositories = {
}
discord-bot = {
description = "The Effect Community's custom Discord bot, built with Effect"
collaborators = [{ username = "tim-smart", permission = "push" }]
enable_changesets = false
}
dtslint = {
Expand Down Expand Up @@ -106,11 +105,10 @@ repositories = {
}
language-service = {}
match = {
description = "Functional pattern matching with the full power of TypeScript"
collaborators = [{ username = "tim-smart", permission = "maintain" }]
topics = ["functional-programming", "pattern-matching", "typescript"]
homepage_url = "https://effect.website"
is_archived = true
description = "Functional pattern matching with the full power of TypeScript"
topics = ["functional-programming", "pattern-matching", "typescript"]
homepage_url = "https://effect.website"
is_archived = true
}
monaco-editor = {
description = "A custom fork of Monaco Editor maintained for the Effect Playground"
Expand Down Expand Up @@ -188,15 +186,14 @@ organization_owners = [
"mikearnaldi",
"mirepri",
"schickling",
"fubhy"
"fubhy",
"tim-smart"
]

organization_members = [
"mattiamanzati",
"patroza",
"tim-smart",
"DadeSko",
"Andarist",
"datner",
"ecyrbe"
"datner"
]

0 comments on commit c98a704

Please sign in to comment.