Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add the ability to cancel a Pull Request review. #1572
Conversation
Using .99 for patch part of the version number to signify beta release.
|
This LGTM And I added a simple scenario for cancelling a review here |
This makes the Cancel button on the Pull Request Review authoring page work: previously clicking it did nothing. Now it should cancel the review on the server (if a review had actually been started there), and close the PR authoring pane.
Depends on #1567
Part of #1491