Skip to content

Commit 198d72e

Browse files
Update schema.v2.json
1 parent 5c706ff commit 198d72e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

static/schema/schema.v2.json

-13
Original file line numberDiff line numberDiff line change
@@ -774,19 +774,6 @@
774774
"additionalProperties": false,
775775
"default": {}
776776
},
777-
"pull_requests": {
778-
"type": "object",
779-
"properties": {
780-
"scope": {
781-
"type": "string",
782-
"enum": ["local", "global", "auto"],
783-
"default": "auto",
784-
"description": "Pull Requests | Specify the scope of pull requests to use for the knowledge base. 'local' uses the repository's pull requests, 'global' uses the organization's pull requests, and 'auto' uses repository's pull requests for public repositories and organization's pull requests for private repositories."
785-
}
786-
},
787-
"additionalProperties": false,
788-
"default": {}
789-
},
790777
"pull_requests": {
791778
"type": "object",
792779
"properties": {

0 commit comments

Comments
 (0)