File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ rulesets:
307307
308308 - type : pull_request
309309 parameters :
310+ # Request Copilot code review for new pull requests
311+ # automatically if the author has access to Copilot code
312+ # review
313+ automatic_copilot_code_review_enabled : true
310314 # Reviewable commits pushed will dismiss previous pull
311315 # request review approvals.
312316 dismiss_stale_reviews_on_push : true
@@ -322,10 +326,6 @@ rulesets:
322326 # All conversations on code must be resolved before a pull
323327 # request can be merged.
324328 required_review_thread_resolution : true
325- # Request Copilot code review for new pull requests
326- # automatically if the author has access to Copilot code
327- # review
328- automatic_copilot_code_review_enabled : true
329329
330330 # Choose which status checks must pass before branches can be merged
331331 # into a branch that matches this rule. When enabled, commits must
Original file line number Diff line number Diff line change 11841184 "parameters" : {
11851185 "type" : " object" ,
11861186 "properties" : {
1187+ "automatic_copilot_code_review_enabled" : {
1188+ "type" : " boolean" ,
1189+ "description" : " Request Copilot code review for new pull requests automatically if the author has access to Copilot code review."
1190+ },
11871191 "dismiss_stale_reviews_on_push" : {
11881192 "type" : " boolean" ,
11891193 "description" : " New, reviewable commits pushed will dismiss previous pull request review approvals."
12051209 "required_review_thread_resolution" : {
12061210 "type" : " boolean" ,
12071211 "description" : " All conversations on code must be resolved before a pull request can be merged."
1208- },
1209- "automatic_copilot_code_review_enabled" : {
1210- "type" : " boolean" ,
1211- "description" : " Request Copilot code review for new pull requests automatically if the author has access to Copilot code review."
12121212 }
12131213 },
12141214 "required" : [
You can’t perform that action at this time.
0 commit comments