Skip to content

Let action degrade nicely when secrets are missing #101

Let action degrade nicely when secrets are missing

Let action degrade nicely when secrets are missing #101

Workflow file for this run

name: Code Review
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
pull_request_target:
types: [opened, synchronize]
jobs:
review:
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
uses: ./.github/workflows/claude-code-review.yml
secrets: inherit
review-dependency-bump:
if: github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
uses: ./.github/workflows/claude-code-dependency-review.yml
secrets: inherit