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

archive deprecated repositories #26

Merged
merged 3 commits into from
Jan 1, 2024
Merged
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
10 changes: 8 additions & 2 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ repositories = {
description = "Rapidly build powerful and composable command-line applications"
homepage_url = "https://effect-ts.github.io/cli"
pages = { build_type = "workflow" }
is_archived = true
}
cluster = {}
data = {
Expand Down Expand Up @@ -115,21 +116,25 @@ repositories = {
description = "OpenTelemetry integration with Effect"
homepage_url = "https://effect-ts.github.io/opentelemetry"
pages = { build_type = "legacy" }
is_archived = true
}
platform = {
description = "Unified interfaces for common platform-specific services"
homepage_url = "https://effect-ts.github.io/platform"
pages = { build_type = "legacy" }
is_archived = true
}
printer = {
description = "An easy to use, extensible pretty-printer for rendering documents"
homepage_url = "https://effect-ts.github.io/printer"
pages = { build_type = "legacy" }
is_archived = true
}
rpc = {
description = ""
homepage_url = "https://effect-ts.github.io/rpc"
pages = { build_type = "legacy" }
is_archived = true
}
scala-playground = {
description = "A Scala playground for the Effect maintainers"
Expand Down Expand Up @@ -163,6 +168,7 @@ repositories = {
description = "A collection of re-usable typeclasses for the Effect ecosystem"
homepage_url = "https://effect-ts.github.io/typeclass"
pages = { build_type = "legacy" }
is_archived = true
}
vite-plugin-react = {}
website = {
Expand All @@ -179,13 +185,13 @@ organization_owners = [
"IMax153",
"mikearnaldi",
"mirepri",
"schickling"
"schickling",
"fubhy"
]

organization_members = [
"0x706b",
"aniravi24",
"fubhy",
"mattiamanzati",
"patroza",
"pigoz",
Expand Down