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: Sources/repos/Types.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12059,7 +12059,7 @@ public enum Components {
12059
12059
///
12060
12060
/// - Remark: Generated from `#/components/schemas/repository-rule-pull-request/parameters/allowed_merge_methods`.
12061
12061
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.
12063
12063
///
12064
12064
/// - Remark: Generated from `#/components/schemas/repository-rule-pull-request/parameters/automatic_copilot_code_review_enabled`.
12065
12065
public var automaticCopilotCodeReviewEnabled: Swift.Bool?
@@ -12087,7 +12087,7 @@ public enum Components {
12087
12087
///
12088
12088
/// - Parameters:
12089
12089
/// - 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.
0 commit comments