diff --git a/github/unicornops/repos/github-copilot-notify/terragrunt.hcl b/github/unicornops/repos/github-copilot-notify/terragrunt.hcl index 5939990..e622204 100644 --- a/github/unicornops/repos/github-copilot-notify/terragrunt.hcl +++ b/github/unicornops/repos/github-copilot-notify/terragrunt.hcl @@ -33,6 +33,10 @@ inputs = { has_issues = true has_wiki = true + allow_squash_merge = true + allow_merge_commit = false + allow_rebase_merge = false + branch_protections_v4 = [ { pattern = "main" diff --git a/github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl b/github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl index 3bc9711..e622204 100644 --- a/github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl +++ b/github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl @@ -32,6 +32,11 @@ inputs = { description = "Repo for the ${local.repo_name} project" has_issues = true has_wiki = true + + allow_squash_merge = true + allow_merge_commit = false + allow_rebase_merge = false + branch_protections_v4 = [ { pattern = "main"