You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardexpand all lines: website/docs/r/repository_collaborators.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The `team` block supports:
83
83
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`.
84
84
Must be `push` for personal repositories. Defaults to `push`.
85
85
86
-
The `team_ignore` block supports:
86
+
The `ignore_team` block supports:
87
87
88
88
*`team_id` - (Required) The GitHub team id or the GitHub team slug.
0 commit comments