Skip to content

Commit 2a65ae0

Browse files
Update .github/workflows/claude-pr-review.yml
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent b38e452 commit 2a65ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*),Read"
6060
6161
- name: Notify on review failure
62-
if: steps.review.outcome == 'failure'
62+
if: steps.review.outcome == 'failure' || steps.review.outcome == 'cancelled'
6363
run: gh pr comment ${{ github.event.pull_request.number }} --body "Automated review unavailable (Claude step failed). Please review manually."
6464
env:
6565
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)