Commit 723f161 1 parent 05cf4b4 commit 723f161 Copy full SHA for 723f161
File tree 3 files changed +0
-5
lines changed
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ All changes should be made in `production/*.tfvars`:
51
51
topics = []
52
52
visibility = "public" # optional, default is "public"
53
53
is_django_commons_repo = optional(bool, false) # Do not create teams for repository
54
- enable_branch_protection = true # optional, default is true
55
54
required_status_checks_contexts = [] # optional, default is []
56
55
admins = [] # Members of the repository's admin and repository teams. Have admin permissions
57
56
committers = [] # Members of the repository's committers and repository teams. Have write permissions
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ repositories = {
3
3
4
4
" .github" = {
5
5
description = " A Special Repository."
6
- enable_branch_protection = false
7
6
8
7
topics = []
9
8
push_allowances = []
@@ -12,7 +11,6 @@ repositories = {
12
11
13
12
" controls" = {
14
13
description = " The controls for managing Django Commons projects"
15
- enable_branch_protection = false
16
14
allow_merge_commit = true
17
15
allow_rebase_merge = true
18
16
allow_squash_merge = true
@@ -160,7 +158,6 @@ repositories = {
160
158
" tailwindcss" ,
161
159
]
162
160
visibility = " public"
163
- enable_branch_protection = true
164
161
required_status_checks_contexts = []
165
162
admins = [
166
163
" oliverandrich" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ variable "repositories" {
33
33
homepage_url = optional (string , " " )
34
34
has_wiki = optional (bool , false )
35
35
push_allowances = optional (list (string ), [])
36
- enable_branch_protection = optional (bool , true )
37
36
required_status_checks_contexts = optional (list (string ), [])
38
37
is_template = optional (bool , false ) # Is the repository a template repository
39
38
topics = optional (list (string ))
You can’t perform that action at this time.
0 commit comments