liyown/GitHub Star Stats
Creates a card in README showing star, commit, issue and contribution statistics
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token to access API | yes | — |
| username | GitHub username | yes | — |
| scope | Scope of statistics: "personal" for personal repositories only, "all" for all repositories including organizations | no | personal |
| readme_path | Path to the README file to update | no | README.md |
| card_title | Title of the statistics card | no | GitHub Stats |
Outputs
| name | description |
|---|---|
| stars_count | Total number of stars received |
| commits_count | Total number of commits |
| issues_count | Total number of issues created |
| prs_count | Total number of pull requests |
| repositories_count | Total number of repositories |
| followers_count | Number of followers |
| following_count | Number of accounts followed |
| contributed_to_count | Number of repositories contributed to |
| top_language | Most used programming language |
| days_active | Number of days since first repository |
| developer_grade | Developer grade (D- to SSS) |
| developer_score | Developer score (numeric value) |
| issue_close_rate | Percentage of issues closed |
| pr_merge_rate | Percentage of pull requests merged |
| execution_time | Time taken to execute the action in seconds |