chore: remove the romm release bump workflow - #141
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
.github/workflows/romm-release-bump.yml, the daily scheduled job that polled for newrommapp/rommreleases and opened a PR with the regenerated reference snippets. We no longer need it.Also drops the
scripts/sources.tomlheader 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, whilesources.tomlis pinned to839605e(5.3.0-alpha.1). That pin is newer than the latest stable, so the bump was a downgrade, andbackend/tasks/registry.pywas only added in the 5.3 line and does not exist at5.2.0, hence the 404 ingen_scheduled_tasks. The generators are not broken. Running all four against the pinned ref reproduces the committed snippets exactly.🤖 Generated with Claude Code