8000 Update schema.v2.json · coderabbitai/coderabbit-docs@37d65c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37d65c5

Browse files
Update schema.v2.json
1 parent e1bc919 commit 37d65c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/schema/schema.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
"maximum": 900000,
467467
"minimum": 0,
468468
"default": 90000,
469-
"description": "Time in milliseconds to wait for all GitHub Checks to conclude."
469+
"description": "Time in milliseconds to wait for all GitHub Checks to conclude. Default 90 seconds, max 15 minutes (900000ms)."
470470
}
471471
},
472472
"additionalProperties": false,
@@ -1065,7 +1065,7 @@
10651065
"enabled": {
10661066
"type": "boolean",
10671067
"default": true,
1068-
"description": "Enabled | Enable CodeRabbit to enforce your organisation's coding standards during reviews."
1068+
"description": "Enabled | Enable CodeRabbit to enforce your organization's coding standards during reviews."
10691069
},
10701070
"filePatterns": {
10711071
"type": "array",
@@ -1078,7 +1078,7 @@
10781078
},
10791079
"additionalProperties": false,
10801080
"default": {},
1081-
"description": "CodeRabbit will analyse and learn from your organisation's code guidelines, which you can mention in the file patterns section. These guidelines will then be used to conduct thorough code reviews."
1081+
"description": "CodeRabbit will analyse and learn from your organization's code guidelines, which you can mention in the file patterns section. These guidelines will then be used to conduct thorough code reviews."
10821082
},
10831083
"learnings": {
10841084
"type": "object",

0 commit comments

Comments
 (0)
0