Skip to content

Commit

Permalink
add monaco-editor fork to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Oct 26, 2024
1 parent 4326fe3 commit 10db2d9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.77.1
- repo: https://github.com/tofuutils/pre-commit-opentofu
rev: v2.1.0
hooks:
- id: terraform_fmt
- id: tofu_fmt

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt.git
rev: 0.2.3
Expand Down
2 changes: 1 addition & 1 deletion terraform/github/organization.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "github_organization_settings" "effect_ts" {
name = "Effect"
description = "A set of libraries to write better TypeScript"
billing_email = "[email protected]"
billing_email = "[email protected]"
blog = "https://www.effect.website"
email = "[email protected]"
twitter_username = "EffectTS_"
Expand Down
68 changes: 43 additions & 25 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ repositories = {
pages = { build_type = "legacy" }
}
cache = {
description = "An Effect native cache with a simple and compositional interface"
is_archived = true
description = "An Effect native cache with a simple and compositional interface"
homepage_url = "https://effect.website"
is_archived = true
}
cli = {
description = "Rapidly build powerful and composable command-line applications"
is_archived = true
description = "Rapidly build powerful and composable command-line applications"
homepage_url = "https://effect.website"
is_archived = true
}
cluster = {
is_archived = true
homepage_url = "https://effect.website"
is_archived = true
}
codemod = {
description = "Code mod's for the Effect ecosystem"
Expand All @@ -36,6 +39,7 @@ repositories = {
data = {
description = "Custom built data types leveraged by the Effect ecosystem"
collaborators = [{ username = "enricopolanski", permission = "push" }]
homepage_url = "https://effect.website"
is_archived = true
}
docgen = {
Expand Down Expand Up @@ -79,8 +83,9 @@ repositories = {
description = "A repository of examples showing how to use Effect"
}
experimental = {
description = "A repository for experimental Effect libraries"
is_archived = true
description = "A repository for experimental Effect libraries"
homepage_url = "https://effect.website"
is_archived = true
}
figlet = {
description = "An implementation of a FIGlet font parser and renderer built with Effect"
Expand All @@ -95,49 +100,61 @@ repositories = {
enable_changesets = false
}
io = {
description = "Effect's core runtime, a fiber-based implementation of structured concurrency"
is_archived = true
description = "Effect's core runtime, a fiber-based implementation of structured concurrency"
homepage_url = "https://effect.website"
is_archived = true
}
language-service = {}
match = {
description = "Functional pattern matching with the full power of TypeScript"
collaborators = [{ username = "tim-smart", permission = "maintain" }]
topics = ["functional-programming", "pattern-matching", "typescript"]
homepage_url = "https://effect.website"
is_archived = true
}
monaco-editor = {
description = "A custom fork of Monaco Editor maintained for the Effect Playground"
}
monorepo-testing = {
collaborators = [{ username = "fubhy", permission = "admin" }]
}
opentelemetry = {
description = "OpenTelemetry integration with Effect"
is_archived = true
description = "OpenTelemetry integration with Effect"
homepage_url = "https://effect.website"
is_archived = true
}
platform = {
description = "Unified interfaces for common platform-specific services"
is_archived = true
description = "Unified interfaces for common platform-specific services"
homepage_url = "https://effect.website"
is_archived = true
}
printer = {
description = "An easy to use, extensible pretty-printer for rendering documents"
is_archived = true
description = "An easy to use, extensible pretty-printer for rendering documents"
homepage_url = "https://effect.website"
is_archived = true
}
rpc = {
description = ""
is_archived = true
description = ""
homepage_url = "https://effect.website"
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"
is_archived = true
description = "Modeling the schema of data structures as first-class values"
homepage_url = "https://effect.website"
is_archived = true
}
stm = {
description = "An implementation of software transactional memory built with Effect"
is_archived = true
description = "An implementation of software transactional memory built with Effect"
homepage_url = "https://effect.website"
is_archived = true
}
stream = {
description = "An implementation of pull-based streams built with Effect"
is_archived = true
description = "An implementation of pull-based streams built with Effect"
homepage_url = "https://effect.website"
is_archived = true
}
team = {
visibility = "private"
Expand All @@ -148,8 +165,9 @@ repositories = {
pages = { build_type = "legacy" }
}
typeclass = {
description = "A collection of re-usable typeclasses for the Effect ecosystem"
is_archived = true
description = "A collection of re-usable typeclasses for the Effect ecosystem"
homepage_url = "https://effect.website"
is_archived = true
}
vite-plugin-react = {}
vscode-extension = {
Expand Down

0 comments on commit 10db2d9

Please sign in to comment.