Skip to content

Commit

Permalink
Allow a variety of merge options on Django Commons repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Aug 2, 2024
1 parent eadcbe6 commit 57505f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ repositories = {
"controls" = {
description = "The controls for managing Django Commons projects"
enable_branch_protection = false

allow_merge_commit = true
allow_rebase_merge = true
allow_squash_merge = true
topics = []
push_allowances = []
visibility = "public"
Expand All @@ -24,6 +26,9 @@ repositories = {
"membership" = {
description = "Membership repository for the django-commons organization."
visibility = "public"
allow_merge_commit = true
allow_rebase_merge = true
allow_squash_merge = true
topics = []
push_allowances = []
skip_team_creation = true
Expand Down

0 comments on commit 57505f0

Please sign in to comment.