Billy Keyes

Results 209 comments of Billy Keyes

All statuses listed in the `required_statuses` section are required for Bulldozer to merge a pull requests. There is currently no option to change the required statuses based on other conditions....

I've though about this before, and it's a challenging problem to solve in all cases. While as a PR author, it's clear that your rebase did not change anything, from...

Thanks, I agree this log message is probably less useful than we intended originally. If it works for you, I'd prefer to make this debug level instead of trace -...

Thanks for raising an issue for this, as it's something we've talked about internally as well. To fix the immediate problem with metric labels, take a look at https://pkg.go.dev/github.com/palantir/[email protected]/appmetrics/emitter/prometheus. This...

As Andrew mentioned, viewing the details page forces Policy Bot to re-evaluate the current state of the PR. If nothing else changes about the PR, but viewing the details changes...

Sorry, I haven't had a chance to review these logs in detail yet. The permissions of your approval bot itself shouldn't matter here - Policy Bot can't tell what those...

Hey @wmaben and @BoseKarthikeyan, I reviewed the logs, screenshots, and information provided here and I'm still a bit confused about what's happening. From what I can gather, you are experiencing...

Thank you for the updated logs. Assuming these logs are complete, it seems like the problem is that Policy Bot never performed an evaluation for the successful `Pipelines as Code...

I also released Policy Bot 1.37.0, which adds some additional debug logs for `check_run` events. It may be worth upgrading to this version if we don't discover anything from looking...

Thanks for this proposal! Looking at an actual implementation, I'm now thinking this could work better as a new predicate that deprecates `has_successful_status`. This new `has_status` predicate would let you...