|
211 | 211 | "default": true, |
212 | 212 | "description": "Generate a poem in the walkthrough comment." |
213 | 213 | }, |
214 | | - "finishing_touches": { |
215 | | - "type": "object", |
216 | | - "properties": { |
217 | | - "docstrings": { |
218 | | - "type": "object", |
219 | | - "properties": { |
220 | | - "enabled": { |
221 | | - "type": "boolean", |
222 | | - "default": true, |
223 | | - "description": "Allow CodeRabbit to generate docstrings for PRs/MRs." |
224 | | - } |
225 | | - }, |
226 | | - "additionalProperties": false, |
227 | | - "default": {}, |
228 | | - "description": "Docstrings | Options for generating Docstrings for your PRs/MRs." |
229 | | - } |
230 | | - }, |
231 | | - "additionalProperties": false, |
232 | | - "default": {}, |
233 | | - "description": "Finishing Touches | Options for adding finishing touches to your PRs/MRs, like Docstrings." |
234 | | - }, |
235 | 214 | "labeling_instructions": { |
236 | 215 | "type": "array", |
237 | 216 | "items": { |
|
333 | 312 | "additionalProperties": false, |
334 | 313 | "default": {} |
335 | 314 | }, |
| 315 | + "finishing_touches": { |
| 316 | + "type": "object", |
| 317 | + "properties": { |
| 318 | + "docstrings": { |
| 319 | + "type": "object", |
| 320 | + "properties": { |
| 321 | + "enabled": { |
| 322 | + "type": "boolean", |
| 323 | + "default": true, |
| 324 | + "description": "Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs." |
| 325 | + } |
| 326 | + }, |
| 327 | + "additionalProperties": false, |
| 328 | + "default": {}, |
| 329 | + "description": "Docstrings | Options for generating Docstrings for your PRs/MRs." |
| 330 | + } |
| 331 | + }, |
| 332 | + "additionalProperties": false, |
| 333 | + "default": {} |
| 334 | + }, |
336 | 335 | "tools": { |
337 | 336 | "type": "object", |
338 | 337 | "properties": { |
|
771 | 770 | "type": "boolean", |
772 | 771 | "default": true, |
773 | 772 | "description": "Enable the bot to reply automatically without requiring the user to tag it." |
| 773 | + }, |
| 774 | + "integrations": { |
| 775 | + "type": "object", |
| 776 | + "properties": { |
| 777 | + "jira": { |
| 778 | + "type": "object", |
| 779 | + "properties": { |
| 780 | + "enabled": { |
| 781 | + "type": "string", |
| 782 | + "enum": ["auto", "true", "false"], |
| 783 | + "default": "auto", |
| 784 | + "description": "Jira | Enable the Jira integration for opening issues, etc. 'auto' disables the integration for public repositories." |
| 785 | + } |
| 786 | + }, |
| 787 | + "additionalProperties": false, |
| 788 | + "default": {} |
| 789 | + }, |
| 790 | + "linear": { |
| 791 | + "type": "object", |
| 792 | + "properties": { |
| 793 | + "enabled": { |
| 794 | + "type": "string", |
| 795 | + "enum": ["auto", "true", "false"], |
| 796 | + "default": "auto", |
| 797 | + "description": "Linear | Enable the Linear integration for opening issues, etc. 'auto' disables the integration for public repositories." |
| 798 | + } |
| 799 | + }, |
| 800 | + "additionalProperties": false, |
| 801 | + "default": {} |
| 802 | + } |
| 803 | + }, |
| 804 | + "additionalProperties": false, |
| 805 | + "default": {} |
774 | 806 | } |
775 | 807 | }, |
776 | 808 | "additionalProperties": false, |
|
813 | 845 | "jira": { |
814 | 846 | "type": "object", |
815 | 847 | "properties": { |
| 848 | + "enabled": { |
| 849 | + "type": "string", |
| 850 | + "enum": ["auto", "true", "false"], |
| 851 | + "default": "auto", |
| 852 | + "description": "Jira | Enable the Jira knowledge base integration. 'auto' disables the integration for public repositories." |
| 853 | + }, |
816 | 854 | "project_keys": { |
817 | 855 | "type": "array", |
818 | 856 | "items": { |
|
828 | 866 | "linear": { |
829 | 867 | "type": "object", |
830 | 868 | "properties": { |
| 869 | + "enabled": { |
| 870 | + "type": "string", |
| 871 | + "enum": ["auto", "true", "false"], |
| 872 | + "default": "auto", |
| 873 | + "description": "Linear | Enable the Linear knowledge base integration. 'auto' disables the integration for public repositories." |
| 874 | + }, |
831 | 875 | "team_keys": { |
832 | 876 | "type": "array", |
833 | 877 | "items": { |
|
0 commit comments