Billy Keyes
Billy Keyes
Based on the error you shared, I'm guessing you have automatic branch updates enabled for this repository? That feature can definitely be expensive when a repository has many open pull...
Thanks for the logs. I found at least one request, `c7k1sfpsbsbq0kn51rq0`, that seems problematic. This request called the [Merge a branch](https://docs.github.com/en/rest/reference/branches#merge-a-branch) API 11 times (for the 11 tagged PRs) in...
It's strange that you got an error trying to use the `ignore_drafts` options. I tried quickly to reproduce this, but couldn't. Can you confirm that you are running Bulldozer 1.14.0...
Thanks for the extensive testing! Based on your results, I'll definitely drop the default max delay to something much lower, like the 2 seconds you tested with. I'll also consider...
Thanks for the continued testing. I updated the PR yesterday to use a fixed 2s delay instead of exponential backoff (with a lower max value, the backoff seemed to happen...
Thanks for highlighting this. I think the main thing here is to update the documentation and code to clearly indicate that this property is deprecated and only used with older...
This is not currently supported by Bulldozer configuration; it will delete all branches it merges unless: 1. The branch is protected and can't be deleted 2. The branch is part...
It looks like this is an issue with URL generation: according to the [API docs](https://developer.github.com/v3/apps/#create-a-new-installation-token), your URL is missing an `/app/` section. From [this blog post](https://developer.github.com/changes/2018-08-16-renaming-and-deprecation-of-github-app-installation-access-token-route/), GitHub announced they were...
It looks like the change to `ghinstallation` merged last week, so we can try upgrading to that now. But I have to admit that I'm still quite confused by this...
Thanks for adding this! As a signal, this implementation looks good, but I don't think a signal/option is necessary. My understanding is that GitHub does [not allow merging draft pull...