github palantir/bulldozer v1.11.0

latest releases: v1.15.0, v1.14.0, v1.13.2...
3 years ago

Add option to prevent merges without required checks (#217)

By default, Bulldozer will now avoid merging pull requests that target branches with no required status checks.

To continue using the previous behavior, set the merge.allow_merge_with_no_checks option to true like so:

version: 1

merge:
  allow_merge_with_no_checks: true

The v0 configuration format is not updated to support this feature. Repositories using the v0 configuration will be treated as if allow_merge_with_no_checks is set to the default value false.

Don't miss a new bulldozer release

NewReleases is sending notifications on new releases.