chore: Refix v2 ワークフローを追加#31
Merged
Merged
Conversation
Contributor
|
Release Reminder: 前回リリース マージ済み PR 一覧
|
Owner
Author
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.
概要
Refix v2 を導入するワークフローファイルを追加します。
Refix は GitHub PR の差分を Claude AI でセルフレビュー・自動修正する GitHub Action です。PR が opened / synchronize / reopened / ready_for_review のタイミングで自動実行されます。
変更内容
.github/workflows/run-refix.ymlを追加(run-refix.ja.ymlテンプレート v2.1.0 から生成)事前設定済み
以下の GitHub Secrets はすでに設定済みです:
GH_TOKEN— リポジトリへの書き込み権限を持つ GitHub トークンCLAUDE_CODE_OAUTH_TOKEN— Claude Code OAuth トークン任意: 設定ファイル
Refix の動作をカスタマイズしたい場合は、以下のいずれかの方法で設定できます:
.refix.yamlを配置するREFIX_CONFIG_YAMLに YAML の内容を設定する設定例: https://github.com/HappyOnigiri/Refix/blob/main/.refix.sample.yaml