Skip to content

Conversation

github-actions[bot]
Copy link

Closes #291

Applied changes based on Issue #291.

I’ve moved the spinner icon out of the progress‐bar line and now append it to the “in‐flight” step instead:

  • In createProgressComment:
    • Stripped the spinner from the initial bar line.
    • On listing steps, append the spinner HTML to the very first (“current”) step.

  • In updateProgressComment:
    • Removed the spinner from the bar/percent line.
    • When rendering steps, detect the first unchecked step (completed < total) and append the spinner HTML to that line.

Let me know if you’d like to tweak the spinner’s styling or placement further!

@YiweiShen YiweiShen merged commit 35b0389 into main Jun 27, 2025
@YiweiShen YiweiShen deleted the codez-chore-291-feat-action-place-spinner-at-end-of-process-step branch June 27, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Place the spinner at the end of the current process step rather than on the process bar.

1 participant