PR comments support #495
Description
I like the idea of AI Agent supported code review! Giving a try to code rabbit ai now.
Generally want to reduce time when code review is triggered and focus it only on times, when humans also asked for code review.
One of the use cases highlighted is sometimes users create a PR and iteratively keep adding to it until it is fully ready for code review and even after code review changing code as well.
In that use case, the preference is to have AI code review just once. No need for summaries, release notes, nothing except code review and non trivial suggestions.
Right now using PR level comment trigger the action is skipped with the message:
Warning: Skipped: this action only works on push events or pull_request
Would it be possible add the support for PR level comments that would simply scan all changes in PR?
Here is the full trigger of the workflow we have:
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]