-
-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce metadata comment and fingerprint to github-pr-review reporter
Now reviwedog include metadata as HTML comment for github-pr-review reporter. We can now use calculated fingerprint to identify existing posted comments. It resolves the problem w.r.t. related location feature. Since reviewdog include the latest SHA in body of comment for relate location feature, comparing comment body cannot be used for identifying existing comments and it leads to post duplicate comments. We can avoid this problem with fingerprint check.
- Loading branch information
1 parent
162c74e
commit a8144c8
Showing
3 changed files
with
102 additions
and
15 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
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