spack/Contributions over Time

A GitHub action to make a stacked area plot of contributions over time.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workdirthe 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.
reporepository clone address, if doesn't exist. This should coincide with path in your contrib.yaml.
filepath to valid contrib.yaml (default './contrib.yaml')contrib.yaml
samplesThe number of commit samples that contrib makes. Set to 0 for all commits. Defaults to 2, and cannot be 1. 1
authorsauthors mapping file (not required). If you set this to a value here, we will assume the contrib.yaml has the corresponding filename.
topnnumber of contributors to show before collapsing into 'other'
formatformat for images {pdf,svg,png,jpg,gif} (default png)png
verboserun in verbose mode (unset will not be verbose)
tokenAuth token used to fetch the repository. ${{ github.token }}
namedescription
plotThe generated plot png file.