diff --git a/terraform/production/repositories.tfvars b/terraform/production/repositories.tfvars index cfff7e3..27d4393 100644 --- a/terraform/production/repositories.tfvars +++ b/terraform/production/repositories.tfvars @@ -80,5 +80,22 @@ repositories = { committers = [] members = [] } + "django-typer" = { + description = "Use Typer (type hints) to define the interface for your Django management commands." + homepage_url = "https://django-typer.rtfd.io" + allow_auto_merge = false + allow_merge_commit = true + allow_rebase_merge = true + allow_squash_merge = true + has_wiki = true + push_allowances = [] + + admins = [ + "bckohan", + "oliverandrich", + ] + committers = [] + members = [] + } }