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

remove pages for archived repos #43

Merged
merged 2 commits into from
Jul 15, 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
80 changes: 25 additions & 55 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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"
Expand All @@ -110,67 +100,49 @@ 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
}
monorepo-testing = {
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"
Expand All @@ -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 = {
Expand Down
Loading