Tired of having countless different .all-contributorsrc
files across your repos, but not one combined one that shows them all in one place?
This tool does just that for you.
Based on the awesome All Contributors Specification.
- Gathers all
.all-contributorsrc
files from all public reposmain
branches - Merges the contributors based on unique
profile
- Combines all contribution categories per contributor
npm install
npm link
merge-all-contributors <GitHub_Org_Name>
# e.g. merge-all-contributors openclimatefix
Instead of using the CLI you can also use this as a GitHub Action.
Required The name of the GitHub organisation to merge contributors for.
The merged array of contributors.
uses: openclimatefix/merge-all-contributors@v1.0.3
with:
orgName: 'openclimatefix' # replace with your org name