Skip to content

v1.15.0

Compare
Choose a tag to compare
@derekjobst derekjobst released this 26 Jan 00:34
· 268 commits to develop since this release
6b1a69a

Add conditional merge configuration (#270)

Bulldozer can now determine the appropriate merge method using the same configuration options used for triggering merges. This makes it possible to configure merge methods for different types of pull requests. Additionally, a "max commits" option criteria is added to select merge methods when a PR has fewer than a specified number of commits. Resolves #266.

Fetch configuration once when updating PRs (#277)

Previously, Bulldozer fetched the same configuration file for every PR that might be updated. This was a lot of redundant requests, especially if the repository uses remote configuration. This change reduces the number of requests observed in #276.

Other Changes

Full Changelog: v1.14.0...v1.15.0