Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 15, 2024
1 parent 05cf4b4 commit 723f161
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ All changes should be made in `production/*.tfvars`:
topics = []
visibility = "public" # optional, default is "public"
is_django_commons_repo = optional(bool, false) # Do not create teams for repository
enable_branch_protection = true # optional, default is true
required_status_checks_contexts = [] # optional, default is []
admins = [] # Members of the repository's admin and repository teams. Have admin permissions
committers = [] # Members of the repository's committers and repository teams. Have write permissions
Expand Down
3 changes: 0 additions & 3 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ repositories = {

".github" = {
description = "A Special Repository."
enable_branch_protection = false

topics = []
push_allowances = []
Expand All @@ -12,7 +11,6 @@ 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
Expand Down Expand Up @@ -160,7 +158,6 @@ repositories = {
"tailwindcss",
]
visibility = "public"
enable_branch_protection = true
required_status_checks_contexts = []
admins = [
"oliverandrich",
Expand Down
1 change: 0 additions & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ variable "repositories" {
homepage_url = optional(string, "")
has_wiki = optional(bool, false)
push_allowances = optional(list(string), [])
enable_branch_protection = optional(bool, true)
required_status_checks_contexts = optional(list(string), [])
is_template = optional(bool, false) # Is the repository a template repository
topics = optional(list(string))
Expand Down

0 comments on commit 723f161

Please sign in to comment.