AIレビューを共通ワークフローに移行(実験的設定の整理)#44
Open
fumikito wants to merge 1 commit into
Open
Conversation
実験的に導入されていた独自実装の Claude/Gemini レビューワークフローを 削除し、taro-jobs と同じ tarosky/workflows@main の共通AIレビューに統一。 削除: - claude-auto-review.yml(独自実装) - gemini-dispatch.yml / gemini-invoke.yml / gemini-review.yml - gemini-scheduled-triage.yml / gemini-triage.yml 追加: - claude-assistant.yml: @claude メンションでの応答 - claude-review.yml: Deploy Plugin 完了後の自動PRレビュー + @claude auto-review での手動レビュー - issue-triage.yml: 週次Issueトリアージ(毎週月曜 01:00 UTC) Co-authored-by: Claude <noreply@anthropic.com>
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.
Summary
実験的に導入されていた独自実装の Claude/Gemini レビューワークフローを削除し、taro-jobs などと同じ
tarosky/workflows@main共通AIレビューに統一します。削除する旧ワークフロー
claude-auto-review.yml— 独自実装(共通ワークフロー非参照)gemini-dispatch.yml/gemini-invoke.yml/gemini-review.ymlgemini-scheduled-triage.yml/gemini-triage.yml追加する新ワークフロー
claude-assistant.yml—@claudeメンションへの応答claude-review.yml—Deploy Plugin成功後の自動PRレビュー +@claude auto-reviewでの手動レビューissue-triage.yml— 週次Issueトリアージ(毎週月曜 01:00 UTC)移行する理由
Test plan
@claudeメンションして応答するか確認@claude auto-reviewを投稿してレビューが走るか確認workflow_dispatchで手動実行して動作確認🤖 Generated with Claude Code