chore: standardize the GitHub and npm branding through the codebase (#4014)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Frieder Bluemle
2025-09-10 19:31:35 +03:00
committed by GitHub
co-authored by Alexandr
parent 3cdfa8826e
commit c966becb9a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
version: 2
updates:
# Maintain dependencies for NPM
# Maintain dependencies for npm
- package-ecosystem: npm
directory: "/"
schedule:
+2 -2
View File
@@ -636,7 +636,7 @@ You can customize the appearance and behavior of the WakaTime stats card using t
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra\&hide=issues\&show_icons=true)
* Shows Github logo instead rank level
* Shows GitHub logo instead rank level
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra\&rank_icon=github)
@@ -799,7 +799,7 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme
## Disable rate limit protections
Github Readme Stats contains several Vercel environment variables that can be used to remove the rate limit protections:
GitHub Readme Stats contains several Vercel environment variables that can be used to remove the rate limit protections:
* `CACHE_SECONDS`: This environment variable takes precedence over our cache minimum and maximum values and can circumvent these values for self-hosted Vercel instances.
+1 -1
View File
@@ -83,7 +83,7 @@ const calculatePrimaryLanguage = (files) => {
/**
* Fetch GitHub gist information by given username and ID.
*
* @param {string} id Github gist ID.
* @param {string} id GitHub gist ID.
* @returns {Promise<GistData>} Gist data.
*/
const fetchGist = async (id) => {
+1 -1
View File
@@ -105,7 +105,7 @@ const fetcher = (variables, token) => {
* Fetch stats information for a given username.
*
* @param {object} variables Fetcher variables.
* @param {string} variables.username Github username.
* @param {string} variables.username GitHub username.
* @param {boolean} variables.includeMergedPullRequests Include merged pull requests.
* @param {boolean} variables.includeDiscussions Include discussions.
* @param {boolean} variables.includeDiscussionsAnswers Include discussions answers.