github palantir/policy-bot v1.16.0

latest releases: v1.34.1, v1.34.0, v1.33.0...
3 years ago

Add teams mode for reviewer requests (#183)

When using this mode, Policy Bot requests reviews from teams rather than individual users. The teams must be collaborators with at least read permissions on the repository.

Enable asynchronous processing for webhooks (#187)

Policy Bot now processes all webhooks in separate goroutines, avoiding issues with GitHub webhook delivery time outs. By default, there are 10 workers processing events with a queue size of 100. These values are adjustable using the workers.workers and workers.queue_size configuration properties.

Other Changes

  • Update google/go-github, palantir/go-githubapp, and palantir/go-baseapp to the latest versions (#186)
  • Convert to Go modules. Tags now have a leading v, but published versions are the same as before. (#186)

Don't miss a new policy-bot release

NewReleases is sending notifications on new releases.