GitHub has introduced [a new feature that allows commenting files in a pull requests](https://github.blog/changelog/2023-04-11-commenting-on-files-in-a-pull-request-is-now-generally-available/) by [Create a review comment for a pull request](https://docs.github.com/en/rest/pulls/comments?apiVersion=2022-11-28#create-a-review-comment-for-a-pull-request). With this feature, it's now possible to comment on a file displayed in the diff context, even without specifying a line number. With this new enhancement, could reviewdog support file and nofilter modes in github-pr-review?