Chronicler Action
ActionsTags
(2)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/chronicler-action@v1.0.0"
secrets = ["GITHUB_TOKEN"]
}
Chronicler Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.