Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2425ce9

Browse files
committedAug 29, 2024
Update schema.v2.json
1 parent ef69270 commit 2425ce9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎static/schema/schema.v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,19 @@
687687
},
688688
"additionalProperties": false,
689689
"default": {}
690+
},
691+
"pull_requests": {
692+
"type": "object",
693+
"properties": {
694+
"scope": {
695+
"type": "string",
696+
"enum": ["local", "global", "auto"],
697+
"default": "auto",
698+
"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."
699+
}
700+
},
701+
"additionalProperties": false,
702+
"default": {}
690703
}
691704
},
692705
"additionalProperties": false,

0 commit comments

Comments
 (0)
Failed to load comments.