seqsense/Extract PR titles
Extract PR titles between the given two git refs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Git ref from where PR titles are extracted | yes | — |
| to | Git ref to where PR titles are extracted | yes | — |
| format | Pupa template of the output format | yes | {title} ${number} |
| reverse | Reverse order when "true" is set | no | — |
Outputs
| name | description |
|---|---|
| titles | Extracted PR titles |