Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive cluster #39

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading