Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions github/unicornops/repos/github-copilot-notify/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions github/unicornops/repos/nextcloud-deck-macos/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down