Skip to content

Commit 56a09eb

Browse files
github-actions[bot]tyaga001
authored andcommitted
Update schema.v2.json
1 parent 670882d commit 56a09eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,19 @@
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+
},
777790
"pull_requests": {
778791
"type": "object",
779792
"properties": {

0 commit comments

Comments
 (0)