Skip to content

Commit 973a415

Browse files
Commit via running: make Sources/repos
1 parent 8320cc3 commit 973a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/repos/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12059,7 +12059,7 @@ public enum Components {
1205912059
///
1206012060
/// - Remark: Generated from `#/components/schemas/repository-rule-pull-request/parameters/allowed_merge_methods`.
1206112061
public var allowedMergeMethods: Components.Schemas.RepositoryRulePullRequest.ParametersPayload.AllowedMergeMethodsPayload?
12062-
/// Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
12062+
/// Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
1206312063
///
1206412064
/// - Remark: Generated from `#/components/schemas/repository-rule-pull-request/parameters/automatic_copilot_code_review_enabled`.
1206512065
public var automaticCopilotCodeReviewEnabled: Swift.Bool?
@@ -12087,7 +12087,7 @@ public enum Components {
1208712087
///
1208812088
/// - Parameters:
1208912089
/// - allowedMergeMethods: Array of allowed merge methods. Allowed values include `merge`, `squash`, and `rebase`. At least one option must be enabled.
12090-
/// - automaticCopilotCodeReviewEnabled: Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
12090+
/// - automaticCopilotCodeReviewEnabled: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
1209112091
/// - dismissStaleReviewsOnPush: New, reviewable commits pushed will dismiss previous pull request review approvals.
1209212092
/// - requireCodeOwnerReview: Require an approving review in pull requests that modify files that have a designated code owner.
1209312093
/// - requireLastPushApproval: Whether the most recent reviewable push must be approved by someone other than the person who pushed it.

0 commit comments

Comments
 (0)