We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadcbe6 commit 57505f0Copy full SHA for 57505f0
terraform/production/repositories.tfvars
@@ -14,7 +14,9 @@ repositories = {
14
"controls" = {
15
description = "The controls for managing Django Commons projects"
16
enable_branch_protection = false
17
-
+ allow_merge_commit = true
18
+ allow_rebase_merge = true
19
+ allow_squash_merge = true
20
topics = []
21
push_allowances = []
22
visibility = "public"
@@ -24,6 +26,9 @@ repositories = {
24
26
"membership" = {
25
27
description = "Membership repository for the django-commons organization."
28
29
30
31
32
33
34
skip_team_creation = true
0 commit comments