You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@
466
466
"maximum": 900000,
467
467
"minimum": 0,
468
468
"default": 90000,
469
-
"description": "Time in milliseconds to wait for all GitHub Checks to conclude. Default is 90 seconds."
469
+
"description": "Time in milliseconds to wait for all GitHub Checks to conclude."
470
470
}
471
471
},
472
472
"additionalProperties": false,
@@ -1065,7 +1065,7 @@
1065
1065
"enabled": {
1066
1066
"type": "boolean",
1067
1067
"default": true,
1068
-
"description": "Enabled | Enable CodeRabbit to enforce your organization's coding standards during reviews."
1068
+
"description": "Enabled | Enable CodeRabbit to enforce your organisation's coding standards during reviews."
1069
1069
},
1070
1070
"filePatterns": {
1071
1071
"type": "array",
@@ -1078,7 +1078,7 @@
1078
1078
},
1079
1079
"additionalProperties": false,
1080
1080
"default": {},
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."
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."
0 commit comments