Skip to content

Commit 88f56a7

Browse files
committed
docs: add update_pull_request tool documentation
1 parent d206a7c commit 88f56a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,17 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
279279
- `draft`: Create as draft PR (boolean, optional)
280280
- `maintainer_can_modify`: Allow maintainer edits (boolean, optional)
281281

282+
- **update_pull_request** - Update an existing pull request in a GitHub repository
283+
284+
- `owner`: Repository owner (string, required)
285+
- `repo`: Repository name (string, required)
286+
- `pullNumber`: Pull request number to update (number, required)
287+
- `title`: New title (string, optional)
288+
- `body`: New description (string, optional)
289+
- `state`: New state ('open' or 'closed') (string, optional)
290+
- `base`: New base branch name (string, optional)
291+
- `maintainer_can_modify`: Allow maintainer edits (boolean, optional)
292+
282293
### Repositories
283294

284295
- **create_or_update_file** - Create or update a single file in a repository

0 commit comments

Comments
 (0)