Skip to content

[review] Move ruby_versions.json to project root#41

Merged
aki77 merged 1 commit into
mainfrom
actions
May 13, 2026
Merged

[review] Move ruby_versions.json to project root#41
aki77 merged 1 commit into
mainfrom
actions

Conversation

@aki77
Copy link
Copy Markdown
Contributor

@aki77 aki77 commented May 13, 2026

Summary

  • .github/workflows/ruby_versions.json をプロジェクトルート ruby_versions.json に移動
  • 各ワークフローの working-directory: .github/workflows/ を削除し、ルート基準でファイルを参照するよう更新
  • add_ruby_versions.ymladd-paths およびPR本文内のパス文字列を更新
  • README.md のリンクを更新

背景

ワークフローディレクトリ配下にJSONファイルがあることで、GitHub Actionsが「ワークフローファイルの変更」として検知し、意図しない権限昇格チェックのエラーが発生していた。

関連: https://github.com/SonicGarden/ruby-base-image/actions/runs/25785917614/job/75739187240

Test plan

  • build.yml (PR時) のワークフローが正常に実行されることを確認
  • add_ruby_versions.yml (手動dispatch) でPRが正常に作成されることを確認

🤖 Generated with Claude Code

ワークフローディレクトリ配下にあることで GitHub Actions がワークフロー変更として検知しエラーになる問題を解消するため、ruby_versions.json をプロジェクトルートに移動し、参照先パスを更新する。

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@aki77 aki77 changed the title Move ruby_versions.json to project root [review] Move ruby_versions.json to project root May 13, 2026
Copy link
Copy Markdown
Contributor

@dkan75 dkan75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aki77 aki77 merged commit df85e2f into main May 13, 2026
71 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