Skip to content

ステージングデプロイのトリガーブランチを dev に変更#1509

Merged
TinyKitten merged 1 commit into
devfrom
fix/deploy-stg
May 9, 2026
Merged

ステージングデプロイのトリガーブランチを dev に変更#1509
TinyKitten merged 1 commit into
devfrom
fix/deploy-stg

Conversation

@TinyKitten
Copy link
Copy Markdown
Member

@TinyKitten TinyKitten commented May 9, 2026

概要

ステージング環境向け ECS デプロイワークフローの自動トリガー対象ブランチを master から dev に変更します。

変更の種類

  • バグ修正
  • 新機能
  • データの修正・追加
  • リファクタリング
  • ドキュメント
  • CI/CD
  • その他

変更内容

  • .github/workflows/deploy_ecs_staging_stationapi.ymlpush.branchesmasterdev に変更

テスト

省略: コード本体の変更なし(GitHub Actions ワークフロー定義のみの修正)。

  • cargo fmt --all -- --check が通ること
  • cargo clippy -- -D warnings が通ること
  • cargo test(SQLX_OFFLINE=true) が通ること

関連Issue

スクリーンショット(任意)

Summary by CodeRabbit

Chores

  • ステージング環境へのデプロイメント構成を更新しました。

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2d820a39-a374-44e2-8852-6ce5d484e7ab

📥 Commits

Reviewing files that changed from the base of the PR and between db451e9 and 0b08907.

📒 Files selected for processing (1)
  • .github/workflows/deploy_ecs_staging_stationapi.yml

📝 Walkthrough

概要

GitHub Actions ワークフロー .github/workflows/deploy_ecs_staging_stationapi.yml のデプロイメントトリガーが master ブランチから dev ブランチに変更されました。ECR へのプッシュと ECS ステージング環境へのデプロイメント処理は変更されていません。

変更内容

ECS ステージングデプロイメント設定

レイヤー / ファイル 概要
ワークフロートリガー設定
.github/workflows/deploy_ecs_staging_stationapi.yml
on.push.branches リストが dev に更新され、ステージング環境へのデプロイメントが dev ブランチへのプッシュでトリガーされるようになりました。

推定コードレビュー工数

🎯 1 (Trivial) | ⏱️ ~2 minutes

🐰 マスターから デブへと流れ変わり
ステージングビルド スムーズに走る
ひとつの行で 運命も変わる
ウサギも応援 その選択を 🚀✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed PR タイトルはワークフローのトリガーブランチを dev に変更するという変更内容を正確かつ簡潔に表現しており、変更セットの主要な内容を適切に要約しています。
Description check ✅ Passed PR 説明は概要、変更の種類、変更内容、テスト、関連Issue、スクリーンショットなどのテンプレートのすべてのセクションに対応しており、CI/CD 関連の変更を適切に説明しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/deploy-stg

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the fix 直した label May 9, 2026
@TinyKitten TinyKitten merged commit 3325168 into dev May 9, 2026
3 checks passed
@TinyKitten TinyKitten deleted the fix/deploy-stg branch May 9, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant