Skip to content

Fix Claude review (again)#4433

Open
fleupold wants to merge 1 commit into
mainfrom
fix_claude_review_again
Open

Fix Claude review (again)#4433
fleupold wants to merge 1 commit into
mainfrom
fix_claude_review_again

Conversation

@fleupold
Copy link
Copy Markdown
Contributor

Description

When triggering claude review now it creates a comment when it starts to review (yay). Unfortunately, the comment creation itself triggers a cancellation of the current run (due to the concurrency group and cancel-in-progress true) 🙈

Changes

  • Remove workflow dispatch trigger since it's not working for testing
  • Remove concurrency group

How to test

Testing this is a pain in the ass, since actions only run with their main branch configuration (so in order to test an action it needs to be on main). The workflow_dispatch trick wasn't working since Claude can only comment (via track_progress: true) on issues, PRs, etc and not on workflow_dispatch

If anyone has an idea how I can test this more efficiently, I'm all 👂

@fleupold fleupold requested a review from a team as a code owner May 22, 2026 13:29
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

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.

3 participants