Skip to content

Commit 5033792

Browse files
authored
Merge branch 'main' into add-user/162
2 parents 1239c7d + 42f8f74 commit 5033792

File tree

2 files changed

+458
-105
lines changed

2 files changed

+458
-105
lines changed

terraform/production/repositories.tfvars

+18
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,22 @@ repositories = {
173173
committers = []
174174
members = []
175175
}
176+
"django-click" = {
177+
description = "Write Django management command using the click CLI library"
178+
allow_merge_commit = true
179+
allow_rebase_merge = true
180+
allow_squash_merge = false
181+
allow_update_branch = true
182+
has_discussions = false
183+
has_wiki = false
184+
admins = [
185+
"GaretJax",
186+
"FlipperPA",
187+
]
188+
committers = [
189+
]
190+
members = [
191+
192+
]
193+
}
176194
}

0 commit comments

Comments
 (0)