Skip to content

Replace static Rhiza Sync badge with workflow status badge#322

Merged
tschm merged 2 commits intomainfrom
copilot/update-readme-badge
Feb 11, 2026
Merged

Replace static Rhiza Sync badge with workflow status badge#322
tschm merged 2 commits intomainfrom
copilot/update-readme-badge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

The Rhiza Sync badge displayed the updated_at timestamp from the workflow API, rendering as a static date string rather than actionable status.

Changes

  • Replaced dynamic JSON badge querying workflow_runs[0].updated_at with standard GitHub Actions workflow status badge
  • Badge now displays real-time workflow status (passing/failing/running) and links to workflow runs

Before:

![Rhiza Sync](https://img.shields.io/badge/dynamic/json?label=rhiza%20sync&query=%24.workflow_runs%5B0%5D.updated_at&url=...)

After:

[![Rhiza Sync](https://github.com/tschm/jquantstats/actions/workflows/rhiza_sync.yml/badge.svg)](https://github.com/tschm/jquantstats/actions/workflows/rhiza_sync.yml)
Original prompt

This section details on the original issue you should resolve

<issue_title>Rhiza readme badge very static?</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
@tschm tschm marked this pull request as ready for review February 11, 2026 12:40
@tschm tschm merged commit 97b6897 into main Feb 11, 2026
16 checks passed
@tschm tschm deleted the copilot/update-readme-badge branch February 11, 2026 12:40
Copilot AI restored the copilot/update-readme-badge branch February 11, 2026 12:40
Copilot AI changed the title [WIP] Update Rhiza readme badge to be more dynamic Replace static Rhiza Sync badge with workflow status badge Feb 11, 2026
Copilot AI requested a review from tschm February 11, 2026 12:40
Copilot stopped work on behalf of tschm due to an error February 11, 2026 12:40
@tschm tschm deleted the copilot/update-readme-badge branch February 11, 2026 12:48
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.

Rhiza readme badge very static?

2 participants