Skip to content

Commit 4bed219

Browse files
committed
Fix documented block name for ignored collaborator teams
This block was added in integrations#2481 but the documentation has the incorrect block name. It's implemented in the provider as ignore_team but the docs referenced "team_ignore". This corrects the documentation to match.
1 parent 1ca7092 commit 4bed219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/repository_collaborators.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `team` block supports:
8383
Must be one of `pull`, `triage`, `push`, `maintain`, `admin` or the name of an existing [custom repository role](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization) within the organisation. Defaults to `pull`.
8484
Must be `push` for personal repositories. Defaults to `push`.
8585

86-
The `team_ignore` block supports:
86+
The `ignore_team` block supports:
8787

8888
* `team_id` - (Required) The GitHub team id or the GitHub team slug.
8989

0 commit comments

Comments
 (0)