52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
{
|
|
"annotations": {
|
|
"title": "Open new pull request",
|
|
"readOnlyHint": false
|
|
},
|
|
"description": "Create a new pull request in a GitHub repository.",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"base": {
|
|
"description": "Branch to merge into",
|
|
"type": "string"
|
|
},
|
|
"body": {
|
|
"description": "PR description",
|
|
"type": "string"
|
|
},
|
|
"draft": {
|
|
"description": "Create as draft PR",
|
|
"type": "boolean"
|
|
},
|
|
"head": {
|
|
"description": "Branch containing changes",
|
|
"type": "string"
|
|
},
|
|
"maintainer_can_modify": {
|
|
"description": "Allow maintainer edits",
|
|
"type": "boolean"
|
|
},
|
|
"owner": {
|
|
"description": "Repository owner",
|
|
"type": "string"
|
|
},
|
|
"repo": {
|
|
"description": "Repository name",
|
|
"type": "string"
|
|
},
|
|
"title": {
|
|
"description": "PR title",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"owner",
|
|
"repo",
|
|
"title",
|
|
"head",
|
|
"base"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"name": "create_pull_request"
|
|
} |