Skip to content

ci(autoupdate): keep the demo in step, release automated merges, retry red CI - #13

Merged
siarheidudko merged 1 commit into
mainfrom
claude/stuck-prs-dependency-update-18rrre
Sep 24, 2026
Merged

siarheidudko merged 1 commit into
mainfrom
claude/stuck-prs-dependency-update-18rrre

Conversation

@siarheidudko

Copy link
Copy Markdown
Member

Generated from the siarheidudko/claude templates (siarheidudko/claude#9). This PR changes autoupdate.yml and claude.yml only.

  • Demo. The demo installs its own @dudko.dev/agent-web / ai, and TypeScript treats two copies of a package as one type only when the versions match. So every update of the library broke the Demo job, as in chore(deps): autoupdate (needs claude fix) #10–chore(deps): autoupdate (needs claude fix) #12. A new step after the update pins the demo to the versions the root lockfile resolved (typescript/vite excepted); CI's Demo and Browser jobs verify it. I ran it on chore(deps): autoupdate (needs claude fix) #12's pre-fix state and it reproduced the manual fix; demo typecheck and build pass. Claude's command list now includes the demo checks and e2e.
  • Releases. Merges made by the automation use GITHUB_TOKEN, so CI never ran on main after them and release.yml never fired. Both merge sites now dispatch release.yml with the merge commit.
  • Fallback. npm-check-updates now honours ignore_packages, and typescript joins that list: TS 7 breaks tsup.
  • Claude and stale PRs. Claude gets the CI matrix Node versions and the failing CI logs, and retries while CI is red (up to 3 attempts). A new autoupdate run closes older open autoupdate PRs.

🤖 Generated with Claude Code

https://claude.ai/code/session_01PfHHX2WrotHCt9djnk6tMZ


Generated by Claude Code

… close stale PRs

Generated from siarheidudko/claude templates (siarheidudko/claude#9):

- Merges made by the automation (GITHUB_TOKEN) fire no push run, so they
  were never released; both merge sites now dispatch the release.
- The npm-check-updates fallback honours ignore_packages (--reject).
- claude.yml installs every CI matrix Node version (with-node), hands
  Claude the failing CI job logs and retries while CI is red (max 3).
- A success-path PR that CI rejects goes to Claude instead of stopping.
- A new autoupdate run closes older open autoupdate PRs.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PfHHX2WrotHCt9djnk6tMZ
@siarheidudko
siarheidudko marked this pull request as ready for review September 24, 2026 13:59
@siarheidudko
siarheidudko merged commit a103c71 into main Sep 24, 2026
3 checks passed
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.

2 participants