Skip to content

Commit

Permalink
Support for maintain and triage as team roles
Browse files Browse the repository at this point in the history
  • Loading branch information
gposton committed Nov 15, 2019
1 parent 0a3a420 commit dba4292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/resource_github_team_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func resourceGithubTeamRepository() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Default: "pull",
ValidateFunc: validateValueFunc([]string{"pull", "push", "admin"}),
ValidateFunc: validateValueFunc([]string{"pull", "push", "admin", "maintain"}),
},
"etag": {
Type: schema.TypeString,
Expand Down

0 comments on commit dba4292

Please sign in to comment.