ci: トリガー拡充と README 追加#17
Merged
Merged
Conversation
CI を Pull Request だけでなく、マージキュー(merge_group)と 定期実行(毎日 15:00 UTC の schedule)でも起動できるようにした。 マージ直前の検証と、依存環境の変化を日次で検知する目的で トリガーを追加している。ワークフローの中身は変更していない。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
プロジェクトの概要を示す README を新規作成した。 タイトル、CI ステータスバッジ、著作権表示を記載し、 リポジトリの入り口としての最小限の情報を提供する。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
masaya-osuga
approved these changes
Jun 14, 2026
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.
概要
CI のトリガーを拡充し、リポジトリの入り口となる README を追加する。
変更点
CI ワークフロー (
.github/workflows/ci.yml)merge_group/checks_requested) で CI を起動するよう追加。マージ直前の検証を可能にする。schedule、毎日 15:00 UTC) を追加。依存環境の変化を日次で検知する目的。README (
README.md)確認内容