Skip to content

jackjocross/chronicler-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

workflow "Add PR to release notes" {
  on = "pull_request"
  resolves = ["Chronicler"]
}

action "Chronicler" {
  uses = "crosscompile/[email protected]"
  secrets = ["GITHUB_TOKEN"]
}