Skip to content

v1.16.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 13 May 19:45
· 482 commits to develop since this release
5c2521f

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)