You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub allows us to post comments with suggestions to a pull request. As far as I am concerned, the current implementation of the GitHub Action scans all files no matter what file we change. It would be great to post comments with suggestions only to changed files using the Action.
Overview
GitHub allows us to post comments with suggestions to a pull request. As far as I am concerned, the current implementation of the GitHub Action scans all files no matter what file we change. It would be great to post comments with suggestions only to changed files using the Action.
https://docs.github.com/en/rest/pulls/comments?apiVersion=2022-11-28#create-a-review-comment-for-a-pull-request
Expected behavior
We can configure the mode to scan all files or to post comments with suggestions in the Action. By doing so, we can improve typos more easily.
The text was updated successfully, but these errors were encountered: