From eab6f29756259eccb8159a1fb349a47f6028da97 Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Mon, 1 Jan 2024 12:20:19 +0100 Subject: [PATCH] archive deprecated repositories (#26) --- terraform/github/terraform.tfvars | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 421e48c39..a30e558a8 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -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 = { @@ -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" @@ -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 = { @@ -179,13 +185,13 @@ organization_owners = [ "IMax153", "mikearnaldi", "mirepri", - "schickling" + "schickling", + "fubhy" ] organization_members = [ "0x706b", "aniravi24", - "fubhy", "mattiamanzati", "patroza", "pigoz",