Skip to content
Merged
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
26 changes: 13 additions & 13 deletions github/unicornops/repos/github-copilot-notify/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ inputs = {
name = local.repo_name
vulnerability_alerts = true
visibility = "public"
description = "Repo for the github-copilot-notify project"
description = "Repo for the ${local.repo_name} project"
has_issues = true
has_wiki = true
//branch_protections_v3 = [
// {
// branch = "main"
// require_signed_commits = false
// require_code_owner_reviews = true
// required_approving_review_count = 1
// dismiss_stale_reviews = true
// require_conversation_resolution = true
// restrict_pushes = true
// restrict_admins = false
// }
//]

branch_protections_v4 = [
{
pattern = "main"
enforce_admins = true
allows_force_pushes = false
allows_deletions = false
required_pull_request_reviews = {
dismiss_stale_reviews = true
}
}
]
}