diff --git a/.github/workflows/cli-pr-review.yml b/.github/workflows/cli-pr-review.yml index 95a873e..0d3d254 100644 --- a/.github/workflows/cli-pr-review.yml +++ b/.github/workflows/cli-pr-review.yml @@ -35,6 +35,7 @@ jobs: ( github.event_name == 'issue_comment' && github.event.issue.pull_request != null && + github.event.issue.user.login == 'cursor[bot]' && (github.event.comment.user.login == 'coderabbitai[bot]' || github.event.comment.user.login == 'copilot-pull-request-reviewer[bot]') && !contains(github.event.comment.body, 'auto-generated reply by CodeRabbit') ) ||