Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 1, 2025

Closes #594

Applied changes based on Issue #594.

I’ve added a small helper to compute the current run URL from the GitHub Actions environment and then amended both the initial‐comment and update‐comment routines to tack on a “View job run” link at the bottom of the progress block. In outline:

  • Added getRunUrl() in src/github/progress.ts to build the URL from GITHUB_SERVER_URL, GITHUB_REPOSITORY, and GITHUB_RUN_ID.
  • Updated createProgressComment and updateProgressComment to push [View job run](...) (with a blank line before/after) when the URL is available.

This minimally touches only src/github/progress.ts, preserves existing behavior/tests, and injects the new link at the end of the progress status. Let me know if you’d like any tweaks to the link formatting or placement!

@YiweiShen YiweiShen merged commit e66b31e into main Aug 1, 2025
3 checks passed
@YiweiShen YiweiShen deleted the codez-chore-594-feat-progress-add-view-job-run-link-to-status branch August 1, 2025 19:21
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.

[Done] Add a "View job run" link at the end of the Codez progress status. When clicked, it will go to the GitHub Action job for the current Codez job.

1 participant