Skip to content

Commit 8b2686c

Browse files
Update continue-review.yaml
1 parent 2b384e7 commit 8b2686c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/continue-review.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continue CLI Code Review
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, ready_for_review]
66

77
permissions:
88
contents: read
@@ -29,6 +29,7 @@ jobs:
2929
run: npm install -g @continuedev/cli@1.4.25
3030

3131
- name: Build PR Review Prompt
32+
if: github.event.pull_request.draft == false
3233
run: |
3334
# Get PR diff
3435
gh pr diff ${{ github.event.number }} > pr_diff.txt

0 commit comments

Comments
 (0)