Skip to content

chore: remove the romm release bump workflow - #141

Merged
gantoine merged 1 commit into
mainfrom
chore/remove-romm-release-bump
Sep 13, 2026
Merged

chore: remove the romm release bump workflow#141
gantoine merged 1 commit into
mainfrom
chore/remove-romm-release-bump

Conversation

@gantoine

@gantoine gantoine commented Sep 13, 2026

Copy link
Copy Markdown
Member

Removes .github/workflows/romm-release-bump.yml, the daily scheduled job that polled for new rommapp/romm releases and opened a PR with the regenerated reference snippets. We no longer need it.

Also drops the scripts/sources.toml header comment that pointed at the workflow, since the pinned ref is now moved by hand followed by a re-run of the generators (the commands are still listed in that comment).

Why the last scheduled run failed, for the record: the job resolves its target as romm's latest stable release, which is 5.2.0, while sources.toml is pinned to 839605e (5.3.0-alpha.1). That pin is newer than the latest stable, so the bump was a downgrade, and backend/tasks/registry.py was only added in the 5.3 line and does not exist at 5.2.0, hence the 404 in gen_scheduled_tasks. The generators are not broken. Running all four against the pinned ref reproduces the committed snippets exactly.

🤖 Generated with Claude Code

The scheduled bump is no longer needed, so drop the workflow and the
sources.toml comment that pointed at it. The pinned ref is now moved by
hand, followed by a re-run of the generators.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@gantoine
gantoine merged commit 55e70d9 into main Sep 13, 2026
4 checks passed
@gantoine
gantoine deleted the chore/remove-romm-release-bump branch September 13, 2026 12:33
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.

1 participant