-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept non-PR "plain" commit for commenting on #42
Comments
If you get a chance to do it, feel free to send a pull request, I would be happy to review it. |
I have a prototype on a branch, can you test it to see how it works for you? If it works fine I will refactor it, add more tests and merge it. @andrelkin #43 you would use the same entrypoint as for reviewing a PR but it would only submit inline comments and no approval status. |
@charignon, thank you! You beat me to the patch that I've been also slowly developing (already testing). Sure I'll review and test your work. As to
Have a wonderful week ahead :-)! |
I meant that: Does that make sense? |
Thank you for spelling out! Indeed I learned that already while working on my patch version, but how could you know :-). I really appreciate your care! |
I think it does, I don't see any other option. |
It would be awesome to have repos/:owner/:repo/commits/:sha-1 covered as well
in that to allow comments to fetch and submit.
It looks I confused API sets to think the submit functionality exists plain SHA-1 commits.Finally I recovered the page I meant for the submitting:
https://developer.github.com/v3/repos/comments/#list-commit-comments
So it must be feasible to implement. I may entertain myself in doing so :-)
Thanks for this wonderful package!
The text was updated successfully, but these errors were encountered: