Skip to content

Commit 7ca3155

Browse files
authored
Merge pull request Expensify#71810 from callstack-internal/fix/ai-reviews-trigger
[No QA] fix: update PR trigger to ready_for_review state
2 parents 0af9e54 + 880b559 commit 7ca3155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
pull_request:
9-
types: [opened]
9+
types: [opened, ready_for_review]
1010
pull_request_review_comment:
1111
types: [created]
1212
workflow_dispatch:
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
review:
2121
runs-on: ubuntu-latest
22-
if: ${{ !github.event.pull_request.head.repo.fork }}
22+
if: ${{ !github.event.pull_request.head.repo.fork && !github.event.pull_request.draft }}
2323
steps:
2424
- name: Check for excluded PRs
2525
env:

0 commit comments

Comments
 (0)