forked from pwntester/octo.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add octo review browse to browse a pull request
Add a new command `Octo review browse` which opens the review layout for a PR but does not start a review. This is handy when you want to look over the changes in a PR but do not necessary want to review it. When you are in a Review layout initiated by `Octo review browse` you can intuitively convert it into an active review session with `Octo review start`. Its invalid to call `Octo review browse` after `Octo review start` and the user must either submit or discard the active review to enter the browse state again. Closes: pwntester#829 Signed-off-by: ldelossa <[email protected]>
- Loading branch information
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters