Skip to content

fix(ci): skip Claude review on workflow file changes#30

Merged
tindotdev merged 1 commit intomainfrom
fix/claude-review-workflow-changes
Jan 3, 2026
Merged

fix(ci): skip Claude review on workflow file changes#30
tindotdev merged 1 commit intomainfrom
fix/claude-review-workflow-changes

Conversation

@tindotdev
Copy link
Copy Markdown
Owner

Problem

The Claude Code Review workflow fails when PRs modify workflow files (like Renovate updating action versions from v4→v6) because GitHub's security model prevents OIDC token exchange on modified workflows.

Solution

Skip claude-review when .github/workflows/** files change using paths-ignore.

Impact

GitHub's security model prevents OIDC token exchange when workflow
files are modified in PRs. This causes claude-review to fail on PRs
that update workflow files (like Renovate updating actions versions).

Solution: Skip claude-review when .github/workflows/ files change.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
append-api 0d674ca Commit Preview URL

Branch Preview URL
Jan 03 2026, 09:38 AM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying append-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0d674ca
Status: ✅  Deploy successful!
Preview URL: https://ceb724ef.append-web.pages.dev
Branch Preview URL: https://fix-claude-review-workflow-c.append-web.pages.dev

View logs

@tindotdev tindotdev merged commit 9dab966 into main Jan 3, 2026
10 checks passed
@tindotdev tindotdev deleted the fix/claude-review-workflow-changes branch January 3, 2026 09:38
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 3, 2026

tindotdev added a commit that referenced this pull request Feb 8, 2026
GitHub's security model prevents OIDC token exchange when workflow
files are modified in PRs. This causes claude-review to fail on PRs
that update workflow files (like Renovate updating actions versions).

Solution: Skip claude-review when .github/workflows/ files change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant