Releases: sorenlouv/backport
v9.2.0 Added `addOriginalReviewers` option
This addOriginalReviewers
option. It is disabled by default. When enabled it will add the original reviewers from the source pull request to the target pull request.
v9.1.1 Throw on insufficient scopes
Now the access token is checked for the required scopes (repo scope for private repos and public_repo for public repos) and aborts with an error if it doesn't.
v9.1.0 Add `commitConflicts` option
Add support for committing conflicts (#470)
This release introduces commitConflicts: boolean
option. It is disabled by default. When enabled it will commit conflicting files when running on CI.
v9.0.0 Add support for handlebars templating engine
Breaking changes:
- Add support for handlebars templating engine #468
The changes to the templating engine requires changes to the options prTitle
and prDescription
if used. Previously these used single braces like {targetBranch}
. This now needs to be double braces {{targetBranch}}
. Please see the docs for more info.