Skip to content

Commit

Permalink
Doc 'maintain'/'triage' permissions from integrations#303
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh authored Apr 7, 2020
1 parent 17b6004 commit 21ecba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository_collaborator.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following arguments are supported:
* `repository` - (Required) The GitHub repository
* `username` - (Required) The user to add to the repository as a collaborator.
* `permission` - (Optional) The permission of the outside collaborator for the repository.
Must be one of `pull`, `push`, or `admin`. Defaults to `push`.
Must be one of `pull`, `push`, `maintain`, `triage` or `admin`. Defaults to `push`.

## Attribute Reference

Expand Down

0 comments on commit 21ecba0

Please sign in to comment.