rmeneely/Git matching commits

Returns a string with commits in the current repository with messages matching a regular expression"

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path to the repositoryno.
start_tag_patternA regex to match the starting tagnov[0-9]*.[0-9]*.[0-9]
end_tag_patternA regex to match the ending tag (defaults to HEAD)no""
commit_message_patternA regex to match commit messagesno""
commit_typeThe type of commit to match - merge|allnomerge
github_labelsComma separated List of GitHub Pull Request labels to matchno""
github_repository<organization>/<repository> to search for Pull Requestsno""
github_tokenGitHub token to use for API callsno""
release_notes_fileGitHub release notes fileno""
namedescription
commitsReturns a space separated list of found commitSHA values
countReturns the number of commits found
first_commitReturns the first commitSHA found
last_commitReturns the last commitSHA found