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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 18, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: brikaa/contributions-getter-actions@55e35d012fcfadd673df1f3031602ccb9e02d5dd # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenYour GitHub tokenyes
usernameYour GitHub usernameno${{ github.repository_owner }}
output-file-pathThe name of the file in which to output the contributionsnoREADME.md
header-formatthe format of the repository headerno
highlight-formatthe format of highlighted repositories (repositories having a certain number of stars)no
file-before-paththe path of the file containing the content to put before the contributions (relative to the repo)no
file-after-paththe path of the file containing the content to put after the contributions (relative to the repo)no
minimum-stars-for-highlightthe minimum stars required for a repository to be highlightedno
months-intervalthe interval in which to get the contributionsno
mock-get-contributions-fnuse this if you want to test with a mock function (can be one of "SINGLE", "EMPTY" or "MULTIPLE")no
sort-repos-fnhow to sort the repos in each contribution interval (can be one of "STARS" or "COMMITS")no
repos-to-ignorecomma separated list of repos to ignoreno

no outputs