ynput/Github Release Information
Fetch and convert data from github to use for a release trigger
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to query data from in the format of <owner>/<repo-name> | yes | — |
| base_branch | Only filter for PRs merged into this branch | yes | develop |
| date | Starting date to start query from | yes | — |
| query_parameters | Parameters to query for in pr Information | yes | — |
| changelog_labels | CSV string of labels for changelog order | no | — |
Outputs
| name | description |
|---|---|
| raw-output | Full output json dictionary from github api. |
| label-list | List of unique labels found in PRs. |
| bump-increment | Increment for version bumping - either `patch` or 'minor' |
| changelog-markdown | String containing full markdown syntax for release changelog information |