I'm reviewing a Github pull request for some new code. As can be seen in the partial screenshot below, some of the files being submitted are binary files that have been intentionally omitted by Github. The message displayed is "Binary file not shown."
I want to comment on the pull request about these files because they are being created in incorrect folders, but Github doesn't appear to have that feature for these files.
Is it possible for me to comment on Github pull requests for binary files not shown? If so, how?
I have tried bumbling around the UI, Googling, searching for this issue on the Github forum and here on SO, but to no avail. Thanks in advance.
Update April 2023:
Commenting on files in a pull request is now generally available (Apr. 2023)
Commenting on files (including deleted, binary, and renamed files) in a pull request is now generally available on the web and GitHub Mobile! A special thank you to everyone that provided feedback during the public beta.
API support is also now available.
See create a review comment (REST API) oraddPullRequestReviewThread
(GraphQL mutation) for more details on commenting on files.
A new "subject type" field is also now returned by other APIs indicating whether a comment is on aline
orfile
.Learn more about commenting on a pull request.
Update March 2023:
Comment on files in a pull request (public beta) (Mar. 2023)
Commenting directly on a file in a pull request (not just a specific line) is now available in public beta!
With this capability you can now comment on deleted, binary (including images), and renamed files in a pull request.
You can also comment generally about a changed code file without having to attach the comment to a specific line.To comment on any file in a pull request, click the Comment on this file button in the header of the file (next to the Viewed checkbox):
Comments on files appear in the Files Changed and Conversation tabs and can be replied to and resolved like regular review comments.
This feature is currently in public beta, with GitHub Mobile and API support coming soon.
Join the discussion and let us know what you think!
2019: First, as illustrated in Reviewable/Reviewable
issue 135, this is not possible for GitHub itself (even though it is possible for some third-party tools).
Comments are still evolving (see "Multi-line comments"), but nothing involves binaries.
The main workaround remains to leave a comment on the PR itself, (conversation tab) rather than on a non-supported file.