Skip to content

Commit

Permalink
archive deprecated repositories (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Jan 1, 2024
1 parent 9e6e450 commit eab6f29
Showing 1 changed file with 8 additions and 2 deletions.
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

0 comments on commit eab6f29

Please sign in to comment.