From 77fb466dec9c0ef4b246df204b87e1a3eaeba296 Mon Sep 17 00:00:00 2001 From: Mat Stace Date: Mon, 24 Feb 2020 10:54:13 +0000 Subject: [PATCH] Updating docs to include triage and maintain permissions, as per PR #303 --- website/docs/r/team_repository.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/team_repository.html.markdown b/website/docs/r/team_repository.html.markdown index fe9a8c603e..4515e96760 100644 --- a/website/docs/r/team_repository.html.markdown +++ b/website/docs/r/team_repository.html.markdown @@ -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