Releases: chdsbd/kodiak
Releases · chdsbd/kodiak
view merge queue in dashboard
automerge Dependabot PRs by upgrade version (major, minor, patch)
Added
- added
merge.automerge_dependencies
to support auto merging Dependabot pull requests by upgrade type ("major", "minor", "patch"). See the "Configuring automerge by upgrade type" recipe for more information.
add merge.message.cut_body_before and merge.message.cut_body_after
Added
- added
merge.message.cut_body_before
(thanks @scriptnull) andmerge.message.cut_body_after
config options. (#589, #595) - added better messaging for GitHub API failures. (#594)
Fixed
- fixed typo in readme (thanks @scriptnull). (#587)
- fixed typo in docs (thanks @yowainwright). (#590)
priority merge, per-target queues, coauthor trailer improvements
changing merge.message.body behavior
Added
- @rdmulford added support for GitHub Enterprise. Thanks! API paths can now be specified via environment variables. See the self hosting docs for more information. (#566)
Changed
merge.message.body
no longer overridesmerge.message.include_coauthors
. (#561)
changing update.ignored_usernames
update.autoupdate_label
Added
- Added
update.autoupdate_label
configuration option to support immediate updates of specific PRs. (#529, #536, #538)
CODEOWNERS support and multiple automerge labels
If you self host Kodiak please upgrade to this version before Jan 1st, 2021. Otherwise your older Kodiak installation won't handle Draft PRs.
Added
- Added support for specifying multiple automerge labels by setting
merge.automerge_label
to an array of strings instead of a string. (#516, #522) - Added GitHub CodeOwners support. (#509)
Fixed
- Fixed Draft PR handling to support a breaking change being made to the GitHub GraphQL API on January 1st, 2021. Older versions of Kodiak will not handle Draft PRs correctly after Jan 1, 2021. (#531)