From d0fa889163c9eea5689bb3f9e7eed930bb2904ae Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Tue, 16 Jul 2024 01:04:18 +0200 Subject: [PATCH] remove pages for archived repos (#43) Co-authored-by: Maxwell Brown --- terraform/github/terraform.tfvars | 80 ++++++++++--------------------- 1 file changed, 25 insertions(+), 55 deletions(-) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index a6c4ef3c5..8ea2a671b 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -19,32 +19,23 @@ repositories = { pages = { build_type = "legacy" } } cache = { - description = "An Effect native cache with a simple and compositional interface" - homepage_url = "https://effect-ts.github.io/cache" - pages = { build_type = "legacy" } - is_archived = true + description = "An Effect native cache with a simple and compositional interface" + is_archived = true } cli = { - description = "Rapidly build powerful and composable command-line applications" - homepage_url = "https://effect-ts.github.io/cli" - pages = { build_type = "workflow" } - is_archived = true + description = "Rapidly build powerful and composable command-line applications" + is_archived = true } cluster = { - homepage_url = "https://effect-ts.github.io/cluster" - pages = { build_type = "workflow" } - is_archived = true + is_archived = true } codemod = { description = "Code mod's for the Effect ecosystem" homepage_url = "https://effect-ts.github.io/codemod" - pages = { build_type = "legacy" } } data = { description = "Custom built data types leveraged by the Effect ecosystem" collaborators = [{ username = "enricopolanski", permission = "push" }] - homepage_url = "https://effect-ts.github.io/data" - pages = { build_type = "legacy" } is_archived = true } docgen = { @@ -93,9 +84,8 @@ repositories = { description = "A repository of examples showing how to use Effect" } experimental = { - description = "A repository for experimental Effect libraries" - homepage_url = "https://effect-ts.github.io/experimental" - pages = { build_type = "legacy" } + description = "A repository for experimental Effect libraries" + is_archived = true } figlet = { description = "An implementation of a FIGlet font parser and renderer built with Effect" @@ -110,17 +100,13 @@ repositories = { enable_changesets = false } io = { - description = "Effect's core runtime, a fiber-based implementation of structured concurrency" - homepage_url = "https://effect-ts.github.io/io" - pages = { build_type = "legacy" } - is_archived = true + description = "Effect's core runtime, a fiber-based implementation of structured concurrency" + is_archived = true } language-service = {} match = { description = "Functional pattern matching with the full power of TypeScript" collaborators = [{ username = "tim-smart", permission = "maintain" }] - pages = { build_type = "legacy" } - homepage_url = "https://effect-ts.github.io/match" topics = ["functional-programming", "pattern-matching", "typescript"] is_archived = true } @@ -128,49 +114,35 @@ repositories = { collaborators = [{ username = "fubhy", permission = "admin" }] } opentelemetry = { - description = "OpenTelemetry integration with Effect" - homepage_url = "https://effect-ts.github.io/opentelemetry" - pages = { build_type = "legacy" } - is_archived = true + description = "OpenTelemetry integration with Effect" + 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 + description = "Unified interfaces for common platform-specific services" + 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 + description = "An easy to use, extensible pretty-printer for rendering documents" + is_archived = true } rpc = { - description = "" - homepage_url = "https://effect-ts.github.io/rpc" - pages = { build_type = "legacy" } - is_archived = true + description = "" + is_archived = true } scala-playground = { description = "A Scala playground for the Effect maintainers" } schema = { - description = "Modeling the schema of data structures as first-class values" - homepage_url = "https://effect-ts.github.io/schema" - pages = { build_type = "legacy" } - is_archived = true + description = "Modeling the schema of data structures as first-class values" + is_archived = true } stm = { - description = "An implementation of software transactional memory built with Effect" - homepage_url = "https://effect-ts.github.io/stm" - pages = { build_type = "legacy" } - is_archived = true + description = "An implementation of software transactional memory built with Effect" + is_archived = true } stream = { - description = "An implementation of pull-based streams built with Effect" - homepage_url = "https://effect-ts.github.io/stream" - pages = { build_type = "legacy" } - is_archived = true + description = "An implementation of pull-based streams built with Effect" + is_archived = true } team = { visibility = "private" @@ -181,10 +153,8 @@ repositories = { pages = { build_type = "legacy" } } typeclass = { - 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 + description = "A collection of re-usable typeclasses for the Effect ecosystem" + is_archived = true } vite-plugin-react = {} vscode-extension = {