From b8e17b51d326d7787daaed2a38c4e3b2ea237d5c Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sat, 7 Mar 2026 22:59:56 +0000 Subject: [PATCH] feat: Enforce squash merge only on repo settings --- github/unicornops/repos/github-copilot-notify/terragrunt.hcl | 4 ++++ github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl | 5 +++++ 2 files changed, 9 insertions(+) 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"