github palantir/bulldozer v1.15.0

2 years ago

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

Don't miss a new bulldozer release

NewReleases is sending notifications on new releases.