Add a stable latest.md link to the daily PR report - #19
Merged
Conversation
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).
Contributor
There was a problem hiding this comment.
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.mdreport topr-tracking/latest.mdduring 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.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.mdfile still gets written and committedexactly as before.
Why
Same feature already present in
rundeck-org/.github'srepo-tracking-workflow.yml(tracking/latest.md) - porting it overhere 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 whenpr-count.mdisfirst written) would produce a
latest.mdmissing that section.Link once merged:
https://github.com/rundeck-plugins/.github/blob/pr-tracking/pr-tracking/latest.md