go-github-pr-commenter icon indicating copy to clipboard operation
go-github-pr-commenter copied to clipboard

Simple Wrapper library for adding comments to GitHub PRs

Results 2 go-github-pr-commenter issues
Sort by recently updated
recently updated
newest added

Fix parsing hunk position to parse as length instead of hunk end line Closes #18

**Describe the bug** When using the Commenter's `WriteMultiLineComment` or `WriteLineComment` functions with a single-line edit, comments are returning `CommentNotValidError` errors because they are incorrectly determined to be outside of a...