Skip to content

Link "Commits since release" to GitHub compare view#15

Merged
fredbi merged 1 commit into
masterfrom
copilot/update-dashboard-commits-link
Jun 5, 2026
Merged

Link "Commits since release" to GitHub compare view#15
fredbi merged 1 commit into
masterfrom
copilot/update-dashboard-commits-link

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

The commit count in the dashboard's Status and Activity tabs was plain text. Now it links to {repo}/compare/{tag}...HEAD, giving one-click access to the diff since the last release.

Changes

  • status.html / activity.html: Wrap commitsSinceRelease in an anchor targeting the compare URL, using the already-available $repo.release.tag
<a href="{{ $repo.url }}/compare/{{ $repo.release.tag }}...HEAD" target="_blank" rel="noopener">{{ $repo.commitsSinceRelease }}</a>

No changes to the collection script — release.tag was already collected.

In dashboard Status and Activity tabs, wrap the commitsSinceRelease
number in an anchor linking to {repo}/compare/{tag}...HEAD.
@fredbi fredbi marked this pull request as ready for review June 5, 2026 12:18
@fredbi fredbi merged commit a413d00 into master Jun 5, 2026
10 checks passed
@fredbi fredbi deleted the copilot/update-dashboard-commits-link branch June 5, 2026 12:22
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