fix content edit job view html (WP-1004) #41
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude PR Review with Progress Tracking | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, ready_for_review, reopened] | ||
| concurrency: | ||
| group: claude-code-review-${{ github.event.pull_request.number }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| review: | ||
| if: | | ||
| github.event.pull_request.draft == false && | ||
| github.event.pull_request.head.repo.fork == false | ||
| uses: Smartling/claude-pr-review/.github/workflows/claude-code-review.yml@main | ||
|
Check failure on line 15 in .github/workflows/claude-code-review.yml
|
||
| secrets: inherit | ||