-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本番リリース #314
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. WalkthroughこのPRは、ローカライズファイルの更新自動化機能を追加しています。新たなGitHub Actionsワークフロー( Changes
Sequence Diagram(s)sequenceDiagram
participant PR as プルリクエストイベント
participant GH as GitHub Actions
participant Script as update_locales.py
participant API as OpenAI API
participant Git as Git リポジトリ
PR->>GH: プルリクエスト (open/sync/reopen)発生
GH->>GH: リポジトリのチェックアウト、Python環境設定、依存関係のインストール
GH->>Script: update_locales.py スクリプトの実行開始
Script->>Git: ベースブランチとの差分取得・翻訳キーの検出
Script->>API: 翻訳リクエスト送信
API-->>Script: 翻訳結果の返却
Script->>Git: ローカルファイルの更新(追加・修正・削除)
GH->>Git: 変更があればコミット&プッシュ
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit