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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | Number of Pull Request to gather metadata from. | yes | ${{ github.event.number }} |
| metadata-file-name | Name of file where Pull Request metadata will be saved. | no | pr-metadata.json |
| token | GitHub token used to set issue labels. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| metadata | Pull Request metadata in JSON format. Use fromJSON() to parse string back to JSON. |
| metadata-file | Path to file containing Pull Request metadata in JSON format. Useful when uploading as artifact. |