Skip to content

Commit

Permalink
Archive cluster (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Jun 20, 2024
1 parent 89a2cf0 commit a4907ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -65,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 = [
Expand Down

0 comments on commit a4907ff

Please sign in to comment.