Github Sponsors Readme Action Versions Save

❤️ This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.

v1.4.0

1 month ago

What's Changed

  • feat: ✨ support active-only input by @JamesIves in https://github.com/JamesIves/github-sponsors-readme-action/pull/737 - This feature allows you to show sponsors regardless of their sponsorship status. This is useful in scenarios where you want to show all sponsors who have previously donated, and not just those who hold an active subscription. To use this, you can set active-only: false within the with parameters of the action. It will default to true, which is the current behavior of the action.

Dependabot 🤖

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1.3.1...v1.4.0

v1.3.1

5 months ago

What's Changed

  • Made a change that assumes tier is optional to prevent a NPE for some users.

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1.3.0...v1.3.1

v1.3.0

5 months ago

What's Changed

  • The action is now developed against Node 20.
  • The sponsorship-status output has been renamed to sponsorshipStatus to comply with best practices. This has the potential to break some workflows, but it is unlikely as the way this variable was named previously makes it difficult to interface with. As such as this has not been marked as a breaking change, I apologize if this theory ends up being inaccurate.
  • Fixes an issue where if for some reason monthlyPriceInCents is undefined, we set the value to 0.
  • Add note for organisation usage by @0xTim in https://github.com/JamesIves/github-sponsors-readme-action/pull/538

Dependencies 🤖

New Contributors

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1.2.2...v1.3.0

v1.2.2

1 year ago

What's Changed

  • The action now fully runs on Node 16. (Thank you @nickmccurdy)

Changelog

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.2.2

v1.2.1

1 year ago

What's Changed

New Contributors

Sponsors ❤️

  • Special thanks to @annegentle for their generous sponsorship contributions.

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.2.1

v1.2.0

1 year ago

What's Changed

New Contributors

Sponsors ❤️

  • Special thanks to @annegentle for their generous sponsorship contributions.

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.2.0

v1.1.0

1 year ago

Minor Changes

  • Fixes an issue where organizational data was not correctly being displayed alongside user data if organization was set to true.
  • Linting scripts have been updated to ensure that everything across the repo gets picked up.
  • Numerous dependency updates.

New Contributors

Sponsors ❤️

  • Special thanks to @github for their generous sponsorship contributions.

github  

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.1.0

v1.0.8

2 years ago

Minor Changes

  • Introduces major version tags. You can now point your workflow to JamesIves/github-sponsors-readme-action@v1 if you'd like to always have the most cutting edge changes outside of using the release branch directly.

1.0.7

2 years ago

Minor Changes

  • Dependency upgrades.

1.0.6

2 years ago

Minor Changes

  • Dependency bumps across the board.

Commit Log

New Contributors

Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/commits/1.0.6