Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make tim an owner of the github org. #46

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
Loading