Skip to content

Commit

Permalink
Update org default perms to triage (kubernetes#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-avery authored Jun 17, 2021
1 parent e061668 commit c50ae0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions org/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,12 @@ func convertConfig(cfg Organization) org.FullConfig {
Members: cfg.Developers,
}

triagePerm := github.Triage
istio := org.Config{
Metadata: org.Metadata{
Name: strptr("Istio"),
Description: strptr("Connect, secure, control, and observe services."),
Name: strptr("Istio"),
Description: strptr("Connect, secure, control, and observe services."),
DefaultRepositoryPermission: &triagePerm,
},
Teams: cfg.Teams,
// Members list shouldn't contain admins
Expand Down

0 comments on commit c50ae0d

Please sign in to comment.