Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
with:
fetch-depth: 1

- name: Auto-approve Dependabot bump
- name: Skip review for Dependabot bump
if: github.event.pull_request.user.login == 'dependabot[bot]'
run: gh pr review ${{ github.event.pull_request.number }} --approve --body "Automated dependency bump — auto-approved."
env:
GH_TOKEN: ${{ github.token }}
run: echo "Dependabot bump — skipping Claude review."

- name: Generate GitHub App token
if: github.event.pull_request.user.login != 'dependabot[bot]'
Expand Down
Loading