@@ -5,8 +5,8 @@ repositories = {
5
5
description = " A Special Repository."
6
6
enable_branch_protection = false
7
7
8
- topics = []
9
- push_allowances = []
8
+ topics = []
9
+ push_allowances = []
10
10
is_django_commons_repo = true
11
11
}
12
12
@@ -16,8 +16,8 @@ repositories = {
16
16
allow_merge_commit = true
17
17
allow_rebase_merge = true
18
18
allow_squash_merge = true
19
- topics = []
20
- push_allowances = []
19
+ topics = []
20
+ push_allowances = []
21
21
is_django_commons_repo = true
22
22
}
23
23
@@ -27,14 +27,14 @@ repositories = {
27
27
allow_merge_commit = true
28
28
allow_rebase_merge = true
29
29
allow_squash_merge = true
30
- topics = []
31
- push_allowances = []
30
+ topics = []
31
+ push_allowances = []
32
32
is_django_commons_repo = true
33
33
}
34
34
35
35
" django-commons-playground" = {
36
36
description = " A sample project to test things out"
37
- topics = []
37
+ topics = []
38
38
# People with GitHub admin repo permissions
39
39
admins = [
40
40
" cunla" ,
@@ -61,7 +61,7 @@ repositories = {
61
61
" cunla" ,
62
62
]
63
63
committers = []
64
- members = []
64
+ members = []
65
65
}
66
66
67
67
" django-fsm-2" = {
@@ -78,7 +78,7 @@ repositories = {
78
78
" pfouque" ,
79
79
]
80
80
committers = []
81
- members = []
81
+ members = []
82
82
}
83
83
" django-typer" = {
84
84
description = " Use Typer (type hints) to define the interface for your Django management commands."
@@ -87,14 +87,14 @@ repositories = {
87
87
allow_merge_commit = false
88
88
allow_rebase_merge = false
89
89
allow_squash_merge = true
90
- push_allowances = []
90
+ push_allowances = []
91
91
92
92
admins = [
93
93
" bckohan" ,
94
94
" oliverandrich" ,
95
95
]
96
96
committers = []
97
- members = []
97
+ members = []
98
98
}
99
99
100
100
}
0 commit comments