redhat-plumbers-in-action/Gather Pull Request Metadata

Gather useful publicly available information about Pull Request and provided in easy to digest JSON format.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pr-numberNumber of Pull Request to gather metadata from.yes${{ github.event.number }}
metadata-file-nameName of file where Pull Request metadata will be saved.nopr-metadata.json
tokenGitHub token used to set issue labels.yes${{ github.token }}
namedescription
metadataPull Request metadata in JSON format. Use fromJSON() to parse string back to JSON.
metadata-filePath to file containing Pull Request metadata in JSON format. Useful when uploading as artifact.