vanons/Get Merged Pull Requests

Compare two tags and retrieve all the pull requests merged between them.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GitHub token to use.yes
repoThe repository to use. Defaults to current repository. Expected format: `owner/repo`.no
current_tagThe current tag to use. Defaults to current/latest tag.no
previous_tagThe previous tag to use. Defaults to one tag before the current tag.no
commit_is_pull_request_regexThe regex to use to determine if a commit is a pull request merge commit. This is checked against a commit's title. Default regex: `^Merge pull request.*`.no
apply_commit_is_pull_request_regexWhether to apply `commit_is_pull_request_regex` to the commits.nofalse
pull_request_regexThe regex to use if you want to filter the pull requests. This is checked against a pull request's title. Example regex: `^\[Feat].*`.no
commit_limitLimit the number of commits to retrieve.no250
namedescription
pull_requests_fileThe path to the JSON file containing the pull requests merged between the two tags.