Skip to content

ci: トリガー拡充と README 追加#17

Merged
kantacky merged 3 commits into
mainfrom
chore/ci-triggers-and-readme
Jun 14, 2026
Merged

ci: トリガー拡充と README 追加#17
kantacky merged 3 commits into
mainfrom
chore/ci-triggers-and-readme

Conversation

@kantacky

Copy link
Copy Markdown
Member

概要

CI のトリガーを拡充し、リポジトリの入り口となる README を追加する。

変更点

CI ワークフロー (.github/workflows/ci.yml)

  • マージキュー (merge_group / checks_requested) で CI を起動するよう追加。マージ直前の検証を可能にする。
  • 定期実行 (schedule、毎日 15:00 UTC) を追加。依存環境の変化を日次で検知する目的。
  • ワークフローのジョブ本体は変更していない。

README (README.md)

  • プロジェクト概要を示す README を新規作成。
  • タイトル、CI ステータスバッジ、著作権表示を記載。

確認内容

  • ワークフロー YAML の構文に問題がないこと。
  • README のバッジリンクが対象リポジトリの CI を指していること。

kantacky and others added 2 commits June 14, 2026 17:27
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>
@kantacky kantacky self-assigned this Jun 14, 2026
@kantacky kantacky marked this pull request as ready for review June 14, 2026 08:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@kantacky kantacky enabled auto-merge June 14, 2026 08:33
@kantacky kantacky added this pull request to the merge queue Jun 14, 2026
Merged via the queue into main with commit b701c8f Jun 14, 2026
3 checks passed
@kantacky kantacky deleted the chore/ci-triggers-and-readme branch June 14, 2026 08:37
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.

3 participants