File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,17 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
279
279
- ` draft ` : Create as draft PR (boolean, optional)
280
280
- ` maintainer_can_modify ` : Allow maintainer edits (boolean, optional)
281
281
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
+
282
293
### Repositories
283
294
284
295
- ** create_or_update_file** - Create or update a single file in a repository
You can’t perform that action at this time.
0 commit comments