diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index e74adc3f3..c0b4cf0d0 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -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"