-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] atlasのmigrate lintのPRコメントを1つだけにする #1366
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
Conversation
…g multiple Co-authored-by: ikura-hamu <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1366 +/- ##
=======================================
Coverage 49.73% 49.73%
=======================================
Files 134 134
Lines 11738 11738
=======================================
Hits 5838 5838
Misses 5600 5600
Partials 300 300 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Migrate lint ✅ Lint output |
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
The current
migrate-lintjob in CI creates a new comment every time Atlas migrate lint runs, causing PR comment spam. This change modifies the workflow to update a single comment instead using GitHub CLI's--edit-lastand--create-if-noneflags.Changes made:
.github/workflows/ci.yamlin themigrate-lintjob--edit-last --create-if-noneflags to thegh pr commentcommandExpected behavior:
Fixes #1365.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
PR Type
Enhancement, Bug fix
Description
PRコメントを単一更新に変更
Lint結果をバッジ風アイコン表示
詳細出力をdetailsで折りたたみ
push時はコメントせず早期終了
Diagram Walkthrough
File Walkthrough
ci.yaml
migrate lintコメント更新化と出力整形・堅牢化.github/workflows/ci.yaml