From 31287f120f39bf91930ec5e7d9b7281de9e78b4d Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Thu, 20 Jun 2024 10:46:43 -0400 Subject: [PATCH 1/2] archive cluster --- terraform/github/terraform.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 2f320e5e3..110c714c6 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -33,6 +33,7 @@ repositories = { cluster = { homepage_url = "https://effect-ts.github.io/cluster" pages = { build_type = "workflow" } + is_archived = true } codemod = { description = "Code mod's for the Effect ecosystem" From 106a418e4f2010aed1eedf7b0974a329beefbe2d Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Thu, 20 Jun 2024 10:52:37 -0400 Subject: [PATCH 2/2] fix effect repo tags and description --- terraform/github/terraform.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 110c714c6..95f40a797 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -66,9 +66,9 @@ repositories = { description = "Effect's custom fork of dtslint used to lint TypeScript declaration (.d.ts) files" } effect = { - description = "A fully-fledged functional effect system for TypeScript with a rich standard library" - homepage_url = "https://www.effect.website" - topics = ["effect-system", "fp", "framework", "stack-safe", "typescript", "zio"] + description = "An ecosystem of tools to build robust applications in TypeScript" + homepage_url = "https://effect.website" + topics = ["javascript", "cli", "platform", "typescript", "schema", "effect", "opentelemetry"] pages = { build_type = "workflow" } allow_rebase_merge = true collaborators = [