Skip to content

fix: merge duplicate detector into claude workflow and add concurrency#1724

Merged
KRRT7 merged 1 commit intomainfrom
fix-duplicate-detector-concurrency
Mar 2, 2026
Merged

fix: merge duplicate detector into claude workflow and add concurrency#1724
KRRT7 merged 1 commit intomainfrom
fix-duplicate-detector-concurrency

Conversation

@KRRT7
Copy link
Collaborator

@KRRT7 KRRT7 commented Mar 2, 2026

Summary

  • Merges duplicate-code-detector.yml into claude.yml as a step in the pr-review job
  • Adds concurrency with cancel-in-progress to both pr-review and claude-mention jobs to prevent comment spam from racing workflow runs
  • Adds track_progress, exclude_comments_by_actor, --max-turns 25
  • Removes manual comment dedup logic from the prompt (redundant with use_sticky_comment)

Test plan

  • Verify workflow YAML is valid
  • Open a test PR to confirm pr-review runs correctly with the merged duplicate detection step
  • Verify @claude mentions still trigger claude-mention job

Consolidates duplicate-code-detector.yml into claude.yml as a step in
the pr-review job. Adds concurrency groups with cancel-in-progress to
prevent comment spam from racing workflow runs.
@github-actions github-actions bot added the workflow-modified This PR modifies GitHub Actions workflows label Mar 2, 2026
@KRRT7 KRRT7 merged commit d229125 into main Mar 2, 2026
24 of 28 checks passed
@KRRT7 KRRT7 deleted the fix-duplicate-detector-concurrency branch March 2, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow-modified This PR modifies GitHub Actions workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant