Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit81b0c17

Browse files
Update schema.v2.json
1 parent8c74850 commit81b0c17

File tree

1 file changed

+65
-21
lines changed

1 file changed

+65
-21
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 65 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -211,27 +211,6 @@
211211
"default":true,
212212
"description":"Generate a poem in the walkthrough comment."
213213
},
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-
},
235214
"labeling_instructions": {
236215
"type":"array",
237216
"items": {
@@ -333,6 +312,26 @@
333312
"additionalProperties":false,
334313
"default": {}
335314
},
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+
},
336335
"tools": {
337336
"type":"object",
338337
"properties": {
@@ -771,6 +770,39 @@
771770
"type":"boolean",
772771
"default":true,
773772
"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": {}
774806
}
775807
},
776808
"additionalProperties":false,
@@ -813,6 +845,12 @@
813845
"jira": {
814846
"type":"object",
815847
"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+
},
816854
"project_keys": {
817855
"type":"array",
818856
"items": {
@@ -828,6 +866,12 @@
828866
"linear": {
829867
"type":"object",
830868
"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+
},
831875
"team_keys": {
832876
"type":"array",
833877
"items": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp