Billy Keyes

Results 160 comments of Billy Keyes

Internally, we're using Bulldozer with GitHub Enterprise and while some projects also use a Jira integration, I'm not sure if anyone is using that integration to automatically close tickets. At...

Unfortunately, the `[bot]` suffix is added automatically by GitHub to distinguish normal users from users that are associated with a GitHub App. The Jira integration code would need to be...

That's strange. The config looks correct to me and from the [deletion code](https://github.com/palantir/bulldozer/blob/develop/bulldozer/merge.go#L218-L243), the only case where nothing is logged is if the option is not enabled. The other cases...

I just published a new `snapshot` image that has the additional logging you proposed in #113 along with some changes to the configuration loading logs. Hopefully that will reveal something...

@shimmerjs in your case, it sounds like GitHub is still showing a pending status for the Policybot check. Is that correct? If so, leaving a comment also triggers Policybot evaluation...

Ah, thank you for clarifying. That does sound like it could be a similar issue, where Policy Bot does not detect the new status after receiving a status event. Since...

Bulldozer should have permission to read branch protection details. The way I'd initially approach this is using the [get pull request review protection](https://docs.github.com/en/rest/branches/branch-protection#get-pull-request-review-protection) API to get the approval conditions, then...

The `mergeStateStatus` field in GraphQL sounds most promising. GitHub obviously has all of this information available to render the appropriate merge button state, so hopefully this field is effectively the...

At the moment, I am not aware of any hosted solution, but this is something we may offer in the future. That said, we tried to make the service easy...

On review, I don't think this is possible with the current Bulldozer architecture. The branch update feature relies on the [Perform a merge API](https://developer.github.com/v3/repos/merging/#perform-a-merge) to do updates without making any...