Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

PR comments support #495

Open
Open
@Tradunsky

Description

@Tradunsky

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions