brikaa/contributions-getter-actions
Update a markdown file with all of the repositories a user has contributed to since their account's creation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 18, 2023
- License
- None
Pinned Snippet
uses: brikaa/contributions-getter-actions@55e35d012fcfadd673df1f3031602ccb9e02d5dd # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GitHub token | yes | — |
| username | Your GitHub username | no | ${{ github.repository_owner }} |
| output-file-path | The name of the file in which to output the contributions | no | README.md |
| header-format | the format of the repository header | no | — |
| highlight-format | the format of highlighted repositories (repositories having a certain number of stars) | no | — |
| file-before-path | the path of the file containing the content to put before the contributions (relative to the repo) | no | — |
| file-after-path | the path of the file containing the content to put after the contributions (relative to the repo) | no | — |
| minimum-stars-for-highlight | the minimum stars required for a repository to be highlighted | no | — |
| months-interval | the interval in which to get the contributions | no | — |
| mock-get-contributions-fn | use this if you want to test with a mock function (can be one of "SINGLE", "EMPTY" or "MULTIPLE") | no | — |
| sort-repos-fn | how to sort the repos in each contribution interval (can be one of "STARS" or "COMMITS") | no | — |
| repos-to-ignore | comma separated list of repos to ignore | no | — |
Outputs
no outputs