fix(ci): Use separate comment-id for ecosystem-ci results#18870
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
This PR fixes a bug in the GitHub Actions workflow where both oxlint and oxfmt ecosystem CI workflows were receiving the same comment ID, preventing them from updating their respective comments independently.
Changes:
- Split single comment creation step into two separate steps with distinct IDs (
comment-oxlintandcomment-oxfmt) - Updated comment bodies to be more specific (separated oxlint and oxfmt messages)
- Updated workflow dispatch inputs to pass the correct comment ID to each respective workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Fixes #18843 (comment)
Since it referenced the same comment ID, it ended up being the later one that took precedence, which was inconvenient to check. 😅