-
Notifications
You must be signed in to change notification settings - Fork 903
Open
Labels
Type: FeatureNew feature or requestNew feature or request
Milestone
Description
Describe the need
gh api repos/org/repo/rules/branches/main returns
{
"type": "pull_request",
"parameters": {
"required_approving_review_count": 1,
"dismiss_stale_reviews_on_push": true,
"require_code_owner_review": true,
"require_last_push_approval": true,
"required_review_thread_resolution": true,
"automatic_copilot_code_review_enabled": true,
"allowed_merge_methods": [
"merge",
"squash",
"rebase"
]
},Which shows the flag automatic_copilot_code_review_enabled
Terraform provider should support setting this flag
SDK Version
No response
API Version
No response
Relevant log output
Unexpected attribute: An attribute named "automatic_copilot_code_review_enabled" is not expected here
Code of Conduct
- I agree to follow this project's Code of Conduct
hayato-sasaki-biz, vincenttjia, mrsaiz, jordanenglish, ajax-ryzhyi-r and 26 more
Metadata
Metadata
Assignees
Labels
Type: FeatureNew feature or requestNew feature or request
Type
Projects
Status
On Deck