Skip to content

Commit bd9ee0a

Browse files
Copilotymc9
andcommitted
Fix YAML indentation: move if condition to step level in claude-code-review.yml
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
1 parent fe1d042 commit bd9ee0a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Run Claude Code Review
3030
id: claude-review
31+
if: ${{ !contains(github.event.pull_request.title, '[WIP]') }}
3132
uses: anthropics/claude-code-action@beta
3233
with:
3334
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -66,6 +67,3 @@ jobs:
6667
# Optional: Add specific tools for running tests or linting
6768
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"
6869

69-
# Optional: Skip review for certain conditions
70-
if: |
71-
!contains(github.event.pull_request.title, '[WIP]')

0 commit comments

Comments
 (0)