liuchong/Repo Scope
Render repo insight visuals (star history, contributors wall) as self-contained SVGs; commits only when data changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | reposcope release tag (e.g. v0.1.0); pinned, no floating tags | no | v0.0.1 |
| github_token | Token for GitHub API + git push (default GITHUB_TOKEN works: GraphQL-based, no PAT needed) | no | ${{ github.token }} |
| repo | Repository to render, owner/name | no | ${{ github.repository }} |
| output_dir | Directory for generated SVGs (only this dir is ever staged/committed) | no | assets/reposcope |
| branch | Publish to this branch (orphan-style, e.g. 'reposcope') instead of the checked-out branch; reference assets via raw.githubusercontent.com/<repo>/<branch>/... URLs | no | "" |
| star_history | Generate star-history.svg and star-history-dark.svg | no | true |
| contributors | Generate contributors.svg avatar wall | no | true |
| max_contributors | Max contributors in the wall (API ceiling 500) | no | 100 |
| cols | Wall grid columns | no | 12 |
| commit_message | Commit message for generated-asset updates | no | chore(reposcope): update repo visuals [skip ci] |
| push | Push the commit | no | true |
Outputs
| name | description |
|---|---|
| changed | 'true' if generated files changed and were committed |
| files | Newline-separated list of committed files |