Skip to content

Commit 831092e

Browse files
authored
Fix documented block name for ignored collaborator teams (#2551)
This block was added in #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 9fc330c commit 831092e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/repository_collaborators.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The `team` block supports:
8585
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`.
8686
Must be `push` for personal repositories. Defaults to `push`.
8787

88-
The `team_ignore` block supports:
88+
The `ignore_team` block supports:
8989

9090
* `team_id` - (Required) The GitHub team id or the GitHub team slug.
9191

0 commit comments

Comments
 (0)