Billy Keyes
Billy Keyes
This is not supported today and is unlikely to be something I add, but if you can share an example design file, I could look at what might be involved....
Thanks for sharing the example. Looking at that, it seems like there is at least one problem that I can try to fix: the add-on is not picking the best...
I'm not sure if this is something that can directly fix in `go-githubapp`. Including authentication material in the cache is important to avoid leaking data when sharing a cache between...
Yeah, using `Last-Modified` makes sense for the resources that support it. Here's another (untested) suggestion for how to test this out without forking things: ```go type PreferLastModified struct { next...
I think the main reason these are different is that `common.Result` is used as both the overall result of evaluating a policy and as the individual result of each rule,...
It's not obvious from our docs, but I think this actually works today. I created a test project with the following configuration and it worked as you described. Bulldozer triggered...
Thanks for the report. The behavior you describe is surprising to me, because the last thing Policy Bot does at startup is enable the HTTP server, which serves the `/api/health`...
What you have looks like a good start, but here are some suggestions to consider: * Make sure to handle file modes when creating files, including the fact that a...
I don't have any personal experience with merge queues yet (they only arrived in GitHub Enterprise in 3.12) so the current behavior is based on discussions with some other users...
Thanks for using Bulldozer! I think there's some confusion about the purpose of the`MaxPullRequestPollCount` setting, so let me try to explain what it does and then we can see if...