Please visit the original reop to see the background of the project, how to setup, etc.
To exclude (or ignore) certain repos or langs, you need to add(or update) secrets named EXCLUDE (for repos) or EXCLUDE_LANG (for languages).
- Go to Settings > Secrets > Actions or simply click this.
- Update (or add if they don't exist)
EXCLUDEto exclude certain repos, orEXCLUDE_LANGto exclude certain languages.
You can't see the values of the secrets once you saved as those are regarded as secrets.
Actually, EXCLUDE and EXCLUDE_LANG don't need to be secrets, and it's very inconvenient if you want to update them.
EXCLUDE=ntalbs/ntalbs.github.io,ntalbs/github-stats
EXCLUDE_LANG=html,stylus,css,ejs,yasnippet
Currently, the workflow is set to be executed every day at 00:05 am. You can find this schedule setting in .github/workflows/main.yml.
If you want to update the stats image immediately, you can manually run the workflow. Go to the Action Page and click Run workflow.