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
Copy file name to clipboardExpand all lines: website/docs/r/team_settings.html.markdown
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This resource manages the team settings (in particular the request review delega
11
11
12
12
Creating this resource will alter the team Code Review settings.
13
13
14
-
The team must both belong to the same organization configured in the provider on GitHub.
14
+
The team must both belong to the same organization configured in the provider on GitHub.
15
15
16
16
~> **Note**: This resource relies on the v4 GraphQl GitHub API. If this API is not available, or the Stone Crop schema preview is not available, then this resource will not work as intended.
*`team_id` - (Required) The GitHub team id or the GitHub team slug
43
-
*`review_request_delegation` - (Optional) The settings for delegating code reviews to individuals on behalf of the team. If this block is present, even without any fields, then review request delegation will be enabled for the team. See [GitHub Review Request Delegation](#github-review-request-delegation-configuration) below for details. See [GitHub's documentation](https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team#configuring-team-notifications) for more configuration details.
42
+
-`team_id` - (Required) The GitHub team id or the GitHub team slug
43
+
-`review_request_delegation` - (Optional) The settings for delegating code reviews to individuals on behalf of the team. If this block is present, even without any fields, then review request delegation will be enabled for the team. See [GitHub Review Request Delegation](#github-review-request-delegation-configuration) below for details. See [GitHub's documentation](https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team#configuring-team-notifications) for more configuration details.
*`algorithm` - (Optional) The algorithm to use when assigning pull requests to team members. Supported values are `ROUND_ROBIN` and `LOAD_BALANCE`. Default value is `ROUND_ROBIN`
50
-
*`member_count` - (Optional) The number of team members to assign to a pull request
51
-
*`notify` - (Optional) whether to notify the entire team when at least one member is also assigned to the pull request
52
-
*`excluded_team_members` - (Optional) A list of team member usernames to exclude from the PR review process.
53
-
49
+
-`algorithm` - (Optional) The algorithm to use when assigning pull requests to team members. Supported values are `ROUND_ROBIN` and `LOAD_BALANCE`. Default value is `ROUND_ROBIN`
50
+
-`member_count` - (Optional) The number of team members to assign to a pull request
51
+
-`notify` - (Optional) whether to notify the entire team when at least one member is also assigned to the pull request
52
+
-`excluded_members` - (Optional) A list of team member usernames to exclude from the PR review process.
54
53
55
54
## Import
56
55
@@ -59,7 +58,9 @@ GitHub Teams can be imported using the GitHub team ID, or the team slug e.g.
0 commit comments