Skip to content

fix(ci): Use separate comment-id for ecosystem-ci results#18870

Merged
Boshen merged 1 commit intomainfrom
02-03-fix_ci_use_separate_comment-id_for_ecosystem-ci_results
Feb 3, 2026
Merged

fix(ci): Use separate comment-id for ecosystem-ci results#18870
Boshen merged 1 commit intomainfrom
02-03-fix_ci_use_separate_comment-id_for_ecosystem-ci_results

Conversation

@leaysgur
Copy link
Member

@leaysgur leaysgur commented Feb 3, 2026

Fixes #18843 (comment)

image

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

Copilot AI review requested due to automatic review settings February 3, 2026 01:20
@github-actions github-actions bot added the C-bug Category - Bug label Feb 3, 2026
Copy link
Member Author

leaysgur commented Feb 3, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-oxlint and comment-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.

@leaysgur leaysgur requested a review from Boshen February 3, 2026 01:26
@Boshen Boshen merged commit f773a5c into main Feb 3, 2026
28 checks passed
@Boshen Boshen deleted the 02-03-fix_ci_use_separate_comment-id_for_ecosystem-ci_results branch February 3, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants