Skip to content

Commit 3609f64

Browse files
committed
fix: automatic_copilot_code_review_enabled is removed
https://github.com/orgs/community/discussions/181191#discussioncomment-15289762 Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 40f9df0 commit 3609f64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/share/rsdk/common/repo_rulesets/default.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,18 @@
4343
"require_code_owner_review": true,
4444
"require_last_push_approval": false,
4545
"required_review_thread_resolution": true,
46-
"automatic_copilot_code_review_enabled": false,
4746
"allowed_merge_methods": [
4847
"rebase"
4948
]
5049
}
5150
},
51+
{
52+
"type": "copilot_code_review",
53+
"parameters": {
54+
"review_on_push": false,
55+
"review_draft_pull_requests": false
56+
}
57+
},
5258
{
5359
"type": "required_status_checks",
5460
"parameters": {

0 commit comments

Comments
 (0)