Skip to content

[DOCS]: Remove Copilot Review allowed_merge_methods and required_reviewers #3308

@frunzisss

Description

@frunzisss

Remove Copilot Review allowed_merge_methods and required_reviewers

Organization ruleset and Repository ruleset have the following documentation for copilot_code_review:

rules.copilot_code_review
review_on_push - (Optional) (Boolean) Copilot automatically reviews each new push to the pull request. Defaults to false.

review_draft_pull_requests - (Optional) (Boolean) Copilot automatically reviews draft pull requests before they are marked as ready for review. Defaults to false.

allowed_merge_methods - (Required) (List of String, Min: 1) Array of merge methods to be allowed. Allowed values include merge, squash, and rebase. At least one must be enabled.

required_reviewers - (Optional) (Block List) Require specific reviewers to approve pull requests. Note: This feature is in beta. (see below for nested schema)

allowed_merge_methods and required_reviewers should be removed. Trying to pass those args will result in errors.

SDK Version

No response

API Version

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions