Andrew Svoboda

Results 46 comments of Andrew Svoboda

Hey @NargiT , Are you interested in using this for the policy.yml file? Have you looked at https://github.com/palantir/policy-bot#testing-and-debugging-policies

Hey @ndibari-etsy, I think having a way to customise the evaluation status checks makes sense. One caveat is that generally these need to be pretty short (140 characters) to avoid...

It seems like we're hitting this more frequently internally. A recent example is a user navigating to the details page, and seeing the following issue. ``` failed to compute disapproval...

Generally we suggest making policy-bot the blocking status check (along with other test statuses as required for your use case). Once a user reviews, policy-bot posts a status rather than...

You can write complex logical AND OR statements in policy bot, combining rules based around authorship, files modified, and other properties of the pull request. Take a look at the...

Hey @NargiT , There is a bit of a limitation with requesting reviews and github: the team in question must have at least read permissions specifically on the repository. This...

Hm, after double checking I think this is a policy bot bug. In our staging github I was able to request a review from a child team where only the...

Hi @erikpaasonen , Thanks for that information. What is the text of the CVE? I don't see any public information about it online. It is possible that it directly affects...

While we are working on a potential replacement for this internally at the moment, I'm not sure if there are any "quick wins" here. The fact that `cookiestore` was removed...

I wonder if we want to consider something like https://github.com/go-logr/logr or https://pkg.go.dev/golang.org/x/exp/slog, with zerolog implementations?