Skip to content

Add a stable latest.md link to the daily PR report - #19

Merged
fdevans merged 2 commits into
mainfrom
add-latest-report-link
Aug 31, 2026
Merged

Add a stable latest.md link to the daily PR report#19
fdevans merged 2 commits into
mainfrom
add-latest-report-link

Conversation

@fdevans

@fdevans fdevans commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

What

Adds pr-tracking/latest.md - a copy of the finished daily report,
overwritten each run, so there's one unchanging URL to bookmark instead
of swapping in today's date every time. History is untouched: every
dated pr-tracking/$today.md file still gets written and committed
exactly as before.

Why

Same feature already present in rundeck-org/.github's
repo-tracking-workflow.yml (tracking/latest.md) - porting it over
here since it's a nice quality-of-life addition and this repo's own
report is one Forrest reads regularly.

Details

The copy happens in the final "Commit and Push" step, after the
Release Drift step has finished appending its section onto
$today.md - copying any earlier (e.g. right when pr-count.md is
first written) would produce a latest.md missing that section.

Link once merged: https://github.com/rundeck-plugins/.github/blob/pr-tracking/pr-tracking/latest.md

Copies the finished pr-tracking/$today.md to pr-tracking/latest.md at
the end of the run, so there's one unchanging URL to bookmark instead
of needing today's date each time. Taken after the Release Drift step
(not right after pr-count.md is written) so it includes that section
too. Dated history files are untouched.

Matches the same pattern already in rundeck-org/.github's
repo-tracking-workflow.yml (tracking/latest.md).
@fdevans
fdevans requested review from a team and a lite review from Copilot August 31, 2026 16:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a stable pr-tracking/latest.md file to the PR tracking workflow so consumers can bookmark a constant URL while preserving the existing per-day report history.

Changes:

  • Copy the daily pr-tracking/$today.md report to pr-tracking/latest.md during the final commit/push step.
  • Document why the copy happens after the Release Drift section is appended.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/pr-tracking-workflow.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@fdevans
fdevans merged commit 5742714 into main Aug 31, 2026
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.

2 participants