Skip to content

Commit

Permalink
Merge pull request #361 from MatStace/update-team-repository-docs
Browse files Browse the repository at this point in the history
Updating docs to include triage and maintain permissions, as per PR #303
  • Loading branch information
Jeremy Udit authored Feb 24, 2020
2 parents 7be5e1a + 77fb466 commit 4f2d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/team_repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:
* `team_id` - (Required) The GitHub team id
* `repository` - (Required) The repository to add to the team.
* `permission` - (Optional) The permissions of team members regarding the repository.
Must be one of `pull`, `push`, or `admin`. Defaults to `pull`.
Must be one of `pull`, `triage`, `push`, `maintain`, or `admin`. Defaults to `pull`.


## Import
Expand Down

0 comments on commit 4f2d309

Please sign in to comment.