GitHub Action
Chronicler Action
v1.0.1
Latest version
Chronicler Action
This Github action will run Chronicler whenever a PR is merged. Chronicler will add a - PR title (#PR_Number)
bullet for each merged PR in either an existing release draft or a new release draft.
For more information, checkout the Chronicler repo or blog post.
workflow "Add PR to release notes" {
on = "pull_request"
resolves = ["Chronicler"]
}
action "Chronicler" {
uses = "crosscompile/[email protected]"
secrets = ["GITHUB_TOKEN"]
}