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 8c74850 commit 81b0c17
Showing 1 changed file with 65 additions and 21 deletions.
86 changes: 65 additions & 21 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,27 +211,6 @@
"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 Expand Up @@ -333,6 +312,26 @@
"additionalProperties": false,
"default": {}
},
"finishing_touches": {
"type": "object",
"properties": {
"docstrings": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs."
}
},
"additionalProperties": false,
"default": {},
"description": "Docstrings | Options for generating Docstrings for your PRs/MRs."
}
},
"additionalProperties": false,
"default": {}
},
"tools": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -771,6 +770,39 @@
"type": "boolean",
"default": true,
"description": "Enable the bot to reply automatically without requiring the user to tag it."
},
"integrations": {
"type": "object",
"properties": {
"jira": {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": ["auto", "true", "false"],
"default": "auto",
"description": "Jira | Enable the Jira integration for opening issues, etc. 'auto' disables the integration for public repositories."
}
},
"additionalProperties": false,
"default": {}
},
"linear": {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": ["auto", "true", "false"],
"default": "auto",
"description": "Linear | Enable the Linear integration for opening issues, etc. 'auto' disables the integration for public repositories."
}
},
"additionalProperties": false,
"default": {}
}
},
"additionalProperties": false,
"default": {}
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -813,6 +845,12 @@
"jira": {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": ["auto", "true", "false"],
"default": "auto",
"description": "Jira | Enable the Jira knowledge base integration. 'auto' disables the integration for public repositories."
},
"project_keys": {
"type": "array",
"items": {
Expand All @@ -828,6 +866,12 @@
"linear": {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": ["auto", "true", "false"],
"default": "auto",
"description": "Linear | Enable the Linear knowledge base integration. 'auto' disables the integration for public repositories."
},
"team_keys": {
"type": "array",
"items": {
Expand Down

0 comments on commit 81b0c17

Please sign in to comment.