feat: Add MergeAsync and GetMergeAsyncResult support - #4491
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
recheck |
1 similar comment
|
recheck |
|
hi, @gmlewis ! |
MergeAsync and GetMergeAsyncResult support
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4491 +/- ##
=======================================
Coverage 98.53% 98.53%
=======================================
Files 195 195
Lines 17691 17709 +18
=======================================
+ Hits 17431 17449 +18
Misses 260 260 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
alexandear
left a comment
There was a problem hiding this comment.
Please improve naming for consistency.
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
Adds support for the asynchronous pull request merge endpoints, needed for merging stacked pull requests (the existing
Mergemethod doesn't support stacks).PullRequestsService.MergeAsync—PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge-asyncPullRequestsService.GetMergeAsyncResult—GET /repos/{owner}/{repo}/pulls/{pull_number}/merge-async/{uuid}Docs:
Closes #4485