We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189cb4d commit 77f8c8fCopy full SHA for 77f8c8f
terraform/production/org.tfvars
@@ -122,15 +122,6 @@ organization_teams = {
122
"williln",
123
]
124
}
125
- "security-team" = {
126
- description = "django-commons security team"
127
- # Use maintainers for organizational teams
128
- maintainers = [
129
- "matthiask",
130
- "tim-schilling",
131
- ]
132
- permission = "push"
133
- }
134
135
136
################ GitHub Organization Secrets, not used at the moment #############
terraform/resources-collaborators.tf
@@ -14,10 +14,6 @@ locals {
14
{
15
team_id = github_team.repo_team[key].slug
16
permission = "triage"
17
- },
18
- {
19
- team_id = github_team.org_teams["security-team"].slug
20
- permission = "pull"
21
22
23
0 commit comments