ghostwriter / compliance

[WIP]Compliance Automation for OSS - GitHub Automation Tool - A solution for automated and scheduled execution of workflows via GitHub Action.
https://ghcr.io/ghostwriter/compliance
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Automated changelog pull request #23

Open ghostwriter opened 1 year ago

ghostwriter commented 1 year ago

given:

if a milestone (0.1.2) is open and it is not empty,

create a pull request updating CHANGELOG.md file.

changelog entries are derived from GitHub issue titles associated with that milestone (0.1.2), explicitly excluding pull requests.

ghostwriter commented 1 year ago

allow users to discuss changelog entries by visiting the respective issues links.

Fixed
- [#{issue.id}: {issue.title}]({issue.link}) thanks to @{issue.author} (and @{pull_request.author})