feat: catch up Renovate PRs with passing CI in agent loop (#289) #293

Merged
guettlibot merged 1 commits from issue-289-fix into main 2026-05-27 18:09:16 +00:00
guettlibot commented 2026-05-27 18:08:10 +00:00 (Migrated from codeberg.org)

Summary

  • Merged all 5 unmerged PRs (#274, #275, #278, #279, #283) directly
  • Created missing automerge label so Renovate can tag future minor/patch PRs
  • Added _open_renovate_prs() and catch-up section 2c in agent_loop.py

Root causes

  1. automerge label missing — Renovate could not apply it, merge-renovate CI job never fired
  2. PRs #274-#279 had CI before merge-renovate job was added to ci.yml
  3. PR #283 only changed workflow files (not in CI paths), catch-up skipped it

🤖 Generated with Claude Code

## Summary - Merged all 5 unmerged PRs (#274, #275, #278, #279, #283) directly - Created missing automerge label so Renovate can tag future minor/patch PRs - Added _open_renovate_prs() and catch-up section 2c in agent_loop.py ## Root causes 1. automerge label missing — Renovate could not apply it, merge-renovate CI job never fired 2. PRs #274-#279 had CI before merge-renovate job was added to ci.yml 3. PR #283 only changed workflow files (not in CI paths), catch-up skipped it 🤖 Generated with Claude Code
Sign in to join this conversation.