Skip to content

📝 Fix broken Star History chart - #753

Merged
pboling merged 1 commit into
ruby-oauth:mainfrom
Mubelotix:patch-2
Aug 12, 2026
Merged

📝 Fix broken Star History chart#753
pboling merged 1 commit into
ruby-oauth:mainfrom
Mubelotix:patch-2

Conversation

@Mubelotix

Copy link
Copy Markdown
Contributor

This new provider doesn't require API tokens

Paired with ruby-oauth/oauth#389

(Supersedes #752)

Signed-off-by: Mubelotix <mubelotix@gmail.com>
Copilot AI lite review requested due to automatic review settings August 10, 2026 16:57

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

This PR updates the README’s “Star History” embed to use the star-history.dera.page provider (which doesn’t require API tokens) so the chart renders again.

Changes:

  • Replace Star History link + SVG embed URLs from star-history.com to star-history.dera.page.
  • Adjust chart parameters (e.g., type=date, legend positioning) to match the new provider’s endpoint.

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

Comment thread README.md
Comment on lines +746 to +750
<a href="https://star-history.dera.page/#ruby-oauth/oauth2&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth2&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth2&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ruby-oauth/oauth2&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=ruby-oauth/oauth2&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=ruby-oauth/oauth2&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=ruby-oauth/oauth2&type=date&legend=top-left" />
@pboling
pboling merged commit 13b98c0 into ruby-oauth:main Aug 12, 2026
30 of 40 checks passed
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.

3 participants