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 Aug 16, 2025. It is now read-only.

Commit56a09eb

Browse files
github-actions[bot]tyaga001
authored andcommitted
Update schema.v2.json
1 parent670882d commit56a09eb

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp