spack/Contributions over Time
A GitHub action to make a stacked area plot of contributions over time.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workdir | the working directory to run the clone and contrib generation. It should. contain the contrib.yaml, and the path to any repo or authors file should be relative to it. | — | — |
| repo | repository clone address, if doesn't exist. This should coincide with path in your contrib.yaml. | — | — |
| file | path to valid contrib.yaml (default './contrib.yaml') | — | contrib.yaml |
| samples | The number of commit samples that contrib makes. Set to 0 for all commits. Defaults to 2, and cannot be 1. | — | 1 |
| authors | authors mapping file (not required). If you set this to a value here, we will assume the contrib.yaml has the corresponding filename. | — | — |
| topn | number of contributors to show before collapsing into 'other' | — | — |
| format | format for images {pdf,svg,png,jpg,gif} (default png) | — | png |
| verbose | run in verbose mode (unset will not be verbose) | — | — |
| token | Auth token used to fetch the repository. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| plot | The generated plot png file. |