Conversation
Docker Hub の library/ruby タグを毎日チェックし、未登録の新バージョンを ruby_versions.json に追加する PR を自動作成するワークフローを追加。 欠番埋めや古い系列の復活はせず、既存系列の新パッチと最古系列より新しい 新規系列のみを採用する。 Co-Authored-By: Claude Opus 4.7 (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.
Summary
.github/workflows/add_ruby_versions.ymlを追加し、Docker Hub のlibrary/rubyタグ一覧を毎日 09:00 JST に取得して、未登録の Ruby バージョンを.github/workflows/ruby_versions.jsonに追加する PR を自動作成するautomated/add-ruby-versions固定で force-update。peter-evans/create-pull-request@v7.0.11を SHA ピンで利用SonicGarden/world-notify-action@v1で通知マージ前のチェック
Test plan
Add new Ruby versionsをworkflow_dispatchで手動実行automated/add-ruby-versionsブランチに PR が立ち、.github/workflows/ruby_versions.jsonに新バージョン(現時点では 3.1.7, 3.2.9, 3.2.10, 3.2.11)のみが降順で追加されることを確認ローカル検証ログ
抽出ロジックを 2026-05-13 時点で実行した結果:
🤖 Generated with Claude Code