Skip to content

Commit 4b2b5c1

Browse files
github-actions[bot]claude
authored andcommitted
fix: prevent duplicate version tracking issues
Day-shift agent was creating two identical issues per version bump — each gh issue create call fired twice in a single session. Now checks for existing issues matching the version before creating a new one. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 94291df commit 4b2b5c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
When reviewing PRs from your night shift (fetch-docs workflow):
151151
1. Quick review - night shift already did the analysis
152152
2. If version changed: create tracking issue in thevibeworks/claude-code-yolo
153+
- FIRST check for duplicates: `gh issue list --repo thevibeworks/claude-code-yolo --search "Claude Code v{version}" --state all --limit 5`
154+
- Only create if NO existing issue for this version exists (title starts with "Claude Code v{version}")
153155
- Title: "Claude Code v{old} → v{new}: {most interesting feature}"
154156
- Body: WHY users should care + link to this PR
155157
- Assign to @lroolle

0 commit comments

Comments
 (0)