benlei/Find Merged Pull Request

Finds and gets details about the pull request that was merged for current commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
page-limitThe max number of closed pull request pages to search through. The default of 1 is usually enough. Set to 0 to search through, effectively, all pages.no1
namedescription
titleThe title of the pull request
numberThe number of the pull request
bodyThe body of the pull request
labelsThe labels of the pull request, separated by commas
labels-jsonThe labels of the pull request as a JSON array
milestoneThe milestone of the pull request
userThe user who opened the pull request
merged_byThe user who merged the pull request
assigneesThe users who were assigned to the pull request
assignees-jsonThe users who were assigned to the pull request as a JSON array