willsmythe/Changelog generator
Generates a changelog for issues closed in a project in the last X days
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projects | Comma-separated list of project identifiers, e.g. github/7714,github/231, to search for closed issues on. | yes | — |
| days | Number of days before today to search for closed issue in | yes | 14 |
| exclude_labels | Exclude issues with any of these labels (comma-separated) | no | no changelog,epic |
| highlight_labels | Labels to highlight (show) in the changelog next to the issue | no | bug,performance,user reported |
| token | Auth token to use when querying the GitHub Search API | yes | — |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog report in markdown format |