PRでmodule graphを自動更新 - #119
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Up to standards ✅🟢 Issues
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |



概要
PR workflow でも module graph を生成し、差分があれば PR ブランチへ自動 commit するようにします。あわせて、現在は使用しない Qodana job を通常 CI から削除します。
変更内容
on-pull-request.ymlにupdate-module-graphjob を追加chore: update module graph imagesを PR ブランチへ pushon-pull-request.ymlとon-main-merge.ymlから Qodana job を削除検証
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "OK #{f}" }' .github/workflows/on-pull-request.yml .github/workflows/on-main-merge.yml\n-git diff --check\n\nNote: ローカルにactionlintが無かったため、actionlint による検証は未実施です。