-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this PR when using `github-review` one can download PRs title, body and diff and insert top level and inline comments. After this PR, one can get more information when performing a review, including, reviews from other people, inline comments and issues top-level comments (made by replying to a PR). It also opens future work to support reply to inline comments (#9) It looks like this: ```diff ~ PR TITLE ~ ~ PR body ~ on multiple line ~ @foo: a comment at the top level ~ Reviewed by @Babar[APPROVED]: LGTM (a review comment) <actual diff> ``` #### Progress This is really rough work in progress, docstrings aren't final and this isn't fully tested. - [X] Top level, issue comments - [X] Reviews state and summary - [ ] Inline comments (moved to another Change) #### Test Plan - [X] Add testing to start-review for new types of comments - [X] Test end to end with multiple scenarios This will enable adding new functionality like showing previous inline and top level comments.
- Loading branch information
Showing
3 changed files
with
408 additions
and
107 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
Oops, something went wrong.