Skip to content

Commit 8846afe

Browse files
committed
fix: reorder alphabetically
1 parent 23c16ce commit 8846afe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/sample-settings/settings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

schema/dereferenced/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,10 @@
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."
@@ -1205,10 +1209,6 @@
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": [

0 commit comments

Comments
 (0)