docs: add github action as recommended usage method - #4716
Merged
Conversation
Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4716 +/- ##
=======================================
Coverage 96.80% 96.80%
=======================================
Files 36 36
Lines 7316 7316
Branches 608 608
=======================================
Hits 7082 7082
Misses 225 225
Partials 9 9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Dec 27, 2025
Closed
Collaborator
Author
|
@qwerty541 let's put this in draft. As pointed out by @jfullstackdev in this comment we should ensure people know that both the action and the self deploymnet are now the recommended methods. I will update my pr. |
rickstaa
marked this pull request as draft
December 27, 2025 17:40
anuraghazra
approved these changes
Jan 18, 2026
martin-mfg
added a commit
to stats-organization/github-stats-extended
that referenced
this pull request
Jan 25, 2026
* docs: add github action as recommended usage method (#3) Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: ensure example cards render correctly (#4) Use my deployed environment so example cards render properly and are not rate-limited by the public instance. * fix docs links, prepare workflows, update action example * fix formatting * docs(theme): auto update theme readme (#5) Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com> * ci(deps): Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 (#6) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@28e16e8...04702ed) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(deps): Bump actions/setup-node from 6.1.0 to 6.2.0 (#7) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@395ad32...6044e13) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump prettier from 3.7.4 to 3.8.0 (#13) Bumps [prettier](https://github.com/prettier/prettier) from 3.7.4 to 3.8.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.1 (#12) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.5.0 to 62.0.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.5.0...v62.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump globals from 16.5.0 to 17.0.0 (#9) Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.5.0...v17.0.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: add github action as recommended usage method (anuraghazra#4716) * docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: add instructions to make PAT environment variable sensitive in Vercel deployment (#14) Added instructions for setting environment variables securely. Signed-off-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> * Fix default theme fallback when an invalid theme is passed (#15) * fix(color): invalid theme fallback to default Fixes: anuraghazra#4641 * test(color): add test case for invalid theme fallback to default * style(color): add back the tab space * test(color): fix color default theme * fix(color): use 'in' instead of '.hasOwnProperty' * fix new test * format code --------- Co-authored-by: mikyll <righi.michy@gmail.com> * fix tests, add CI, fix on mac, extend docs (#25) * tests: fix float problems and PAT problem * extend CONTRIBUTING.md * extend build documentation, add GH action, fix build on MacOS * fix build on Vercel * update .gitignore and CONTRIBUTING.md * fix all tests * add backend tests to CI * make e2e tests work * add debug log to e2e test * ignore copied tests in CI * feature(top langs card): add ability to change progress bar background color in normal layout (#16) * anuraghazra#3307 enhancement : prog_bg_color query added to change the background of progress bar * anuraghazra#3066 bug Fixed : readme.md file as stated * anuraghazra#3066 bug Fixed : readme.md file as stated" * anuraghazra#3066 bug Fixed : readme.md file as stated * fix types.d.ts * add test --------- Co-authored-by: krishnoit <krishnoit100@gmail.com> Co-authored-by: krishna seth <75961965+a-s-t-e-y-a@users.noreply.github.com> * allow triggering workflows manually (#17) * refactor: update languages JSON (#18) Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com> * remove remaining barrel files * ci(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#19) Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump prettier from 3.8.0 to 3.8.1 (#22) Bumps [prettier](https://github.com/prettier/prettier) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.0...3.8.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump globals from 17.0.0 to 17.1.0 (#23) Bumps [globals](https://github.com/sindresorhus/globals) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(deps): Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#21) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@98357b1...c0f553f) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): Bump eslint-plugin-jsdoc from 62.0.1 to 62.4.0 (#20) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 62.0.1 to 62.4.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.0.1...v62.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "remove remaining barrel files" This reverts commit 31df917. * fix formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Co-authored-by: Rick Staa <rick.staa@outlook.com> Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Co-authored-by: mikyll <righi.michy@gmail.com> Co-authored-by: krishnoit <krishnoit100@gmail.com> Co-authored-by: krishna seth <75961965+a-s-t-e-y-a@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mazdaratti
added a commit
to Mazdaratti/github-readme-stats
that referenced
this pull request
Jan 27, 2026
docs: add github action as recommended usage method (anuraghazra#4716)
harryzcy
pushed a commit
to harryzcy/github-readme-stats
that referenced
this pull request
Jan 28, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
piscis
pushed a commit
to piscis/github-readme-stats
that referenced
this pull request
Feb 7, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
dotsatya
added a commit
to dotsatya/github-readme-stats
that referenced
this pull request
Feb 21, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
guibranco
added a commit
to guibranco/github-readme-stats
that referenced
this pull request
Apr 10, 2026
#77) * docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. * docs: improve action section --------- Co-authored-by: Rick Staa <rick.staa@outlook.com> Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
saqirana
pushed a commit
to saqirana/github-readme-stats
that referenced
this pull request
Apr 20, 2026
Lucifer4255
pushed a commit
to Lucifer4255/github-readme-stats
that referenced
this pull request
May 5, 2026
ferch5003
pushed a commit
to ferch5003/github-readme-stats
that referenced
this pull request
May 11, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
N-Pacis
pushed a commit
to N-Pacis/github-readme-stats
that referenced
this pull request
May 12, 2026
Git-by-Muhammad
pushed a commit
to Git-by-Muhammad/github-readme-stats
that referenced
this pull request
May 17, 2026
Ahsankhalid618
pushed a commit
to Ahsankhalid618/github-readme-stats
that referenced
this pull request
May 18, 2026
todinhvan
pushed a commit
to todinhvan/github-readme-stats
that referenced
this pull request
May 24, 2026
noelams
pushed a commit
to noelams/github-readme-stats
that referenced
this pull request
Jun 14, 2026
Ahsankhalid618
pushed a commit
to Ahsankhalid618/github-readme-stats
that referenced
this pull request
Jul 5, 2026
Git-by-Muhammad
pushed a commit
to Git-by-Muhammad/github-readme-stats
that referenced
this pull request
Jul 5, 2026
kaosi-anikwe
pushed a commit
to kaosi-anikwe/github-readme-stats
that referenced
this pull request
Jul 13, 2026
todinhvan
pushed a commit
to todinhvan/github-readme-stats
that referenced
this pull request
Jul 15, 2026
markavale
pushed a commit
to markavale/github-readme-stats
that referenced
this pull request
Jul 17, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
N-Pacis
pushed a commit
to N-Pacis/github-readme-stats
that referenced
this pull request
Jul 19, 2026
noelams
pushed a commit
to noelams/github-readme-stats
that referenced
this pull request
Jul 20, 2026
zntb
added a commit
to zntb/github-readme-stats
that referenced
this pull request
Jul 27, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
zntb
added a commit
to zntb/github-readme-stats
that referenced
this pull request
Jul 27, 2026
* docs: add github action as recommended usage method Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore. Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> * docs: improve action section --------- Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com> Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Git-by-Muhammad
pushed a commit
to Git-by-Muhammad/github-readme-stats
that referenced
this pull request
Aug 3, 2026
todinhvan
pushed a commit
to todinhvan/github-readme-stats
that referenced
this pull request
Aug 6, 2026
Ahsankhalid618
pushed a commit
to Ahsankhalid618/github-readme-stats
that referenced
this pull request
Aug 6, 2026
Ahsankhalid618
pushed a commit
to Ahsankhalid618/github-readme-stats
that referenced
this pull request
Aug 7, 2026
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.
Add new github action as recommended usage method now that we are no longer sponsored by vercel and the hosted endpoint is not available anymore.