bulldozer
bulldozer copied to clipboard
GitHub Pull Request Auto-Merge Bot
Hello! Love bulldozer but having some trouble understanding something: Bulldozer seems to not wait for non-required checks to finish before merging. But the docs says that bulldozer will: > Wait...
Adding the draft status to signals allows to ignore pull requests for auto-merge if they are in draft status. Example: ```yaml merge: ignore: draft: true ```
In the current implementation, when the target branch is updated (`master`, for example), all PRs with `master` as target branch will be updated (implementation [here](https://github.com/palantir/bulldozer/blob/develop/server/handler/push.go#L75)). This causes CI reruns on...
We want to set the default bulldozer config for all the repos. We followed the wiki [here](https://github.com/palantir/bulldozer#configuration). ``` If the file does not exist in the repository, bulldozer tries to...
Follow-on to https://github.com/palantir/bulldozer/issues/259. This change helps prevent PRs that are not passing from unnecessarily being updated, but it also slows down updates from Bulldozer in general. I wonder if Bulldozer...
In projects with many open PRs using the automatic updates feature, Bulldozer can trigger GitHub's secondary rate limits by updating (and possibly querying) pull requests too quickly. To avoid this,...
Please add a configurable option to only update a PR branch once reviewers have approved (if approval is required on this branch) This would help to reduce the number of...
I had to create an Helm chart to install Bulldozer.Since it is pretty generic, I can share it with the community. Feel free to provide feedback. If you don't helm...
GitHub [announced](https://github.blog/changelog/2021-10-27-pull-request-merge-queue-limited-beta/) a new merge queue capability that is currently in limited beta. It allows an additional flow path for merging pull requests by adding them to a merge queue...
I'm trying to set up a repo with `v1.11.0` but keep getting the following error: ```json { "level": "error", "rid": "c112o158nids72mvqcn0", "github_event_type": "issue_comment", "github_delivery_id": "1c27cb00-7db3-11eb-9400-cea1ebb29542", "error": "failed to get pull...