|
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." |
| 469 | +"description":"Time in milliseconds to wait for all GitHub Checks to conclude. Default 90 seconds, max 15 minutes (900000ms)." |
470 | 470 | } |
471 | 471 | }, |
472 | 472 | "additionalProperties":false, |
|
1065 | 1065 | "enabled": { |
1066 | 1066 | "type":"boolean", |
1067 | 1067 | "default":true, |
1068 | | -"description":"Enabled | Enable CodeRabbit to enforce yourorganisation's coding standards during reviews." |
| 1068 | +"description":"Enabled | Enable CodeRabbit to enforce yourorganization's coding standards during reviews." |
1069 | 1069 | }, |
1070 | 1070 | "filePatterns": { |
1071 | 1071 | "type":"array", |
|
1078 | 1078 | }, |
1079 | 1079 | "additionalProperties":false, |
1080 | 1080 | "default": {}, |
1081 | | -"description":"CodeRabbit will analyse and learn from yourorganisation'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 yourorganization's code guidelines, which you can mention in the file patterns section. These guidelines will then be used to conduct thorough code reviews." |
1082 | 1082 | }, |
1083 | 1083 | "learnings": { |
1084 | 1084 | "type":"object", |
|