Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 20, 2025
1 parent e8c9f5f commit 8c74850
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,27 @@
"default": true,
"description": "Generate a poem in the walkthrough comment."
},
"finishing_touches": {
"type": "object",
"properties": {
"docstrings": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Allow CodeRabbit to generate docstrings for PRs/MRs."
}
},
"additionalProperties": false,
"default": {},
"description": "Docstrings | Options for generating Docstrings for your PRs/MRs."
}
},
"additionalProperties": false,
"default": {},
"description": "Finishing Touches | Options for adding finishing touches to your PRs/MRs, like Docstrings."
},
"labeling_instructions": {
"type": "array",
"items": {
Expand Down

0 comments on commit 8c74850

Please sign in to comment.