Skip to content

Commit

Permalink
enable rebase merge for effect repo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jan 16, 2024
1 parent 1f6dc0b commit 055b172
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 @@ -67,9 +67,10 @@ repositories = {
{ username = "remiguittaut", permission = "push" },
{ username = "rzeigler", permission = "push" },
]
pages = { build_type = "workflow" }
homepage_url = "https://www.effect.website"
topics = ["effect-system", "fp", "framework", "stack-safe", "typescript", "zio"]
pages = { build_type = "workflow" }
homepage_url = "https://www.effect.website"
topics = ["effect-system", "fp", "framework", "stack-safe", "typescript", "zio"]
allow_rebase_merge = true
}
eslint-plugin = {
description = "A set of ESlint and TypeScript rules to work with Effect"
Expand Down

0 comments on commit 055b172

Please sign in to comment.