Skip to content
Draft
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: 2 additions & 2 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ repositories = {
}
"django-click" = {
description = "Write Django management command using the click CLI library"
allow_merge_commit = true
allow_merge_commit = false
allow_rebase_merge = true
allow_squash_merge = false
allow_squash_merge = true
allow_update_branch = true
has_discussions = false
has_wiki = false
Expand Down
Loading