Skip to content

v1.33.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 18 Mar 18:56
· 96 commits to develop since this release
81cfd92

Add policy simulation API (#725)

The Simulation API provides a way to test new policies against existing pull requests or see how a policy would behave if different conditions were true. This is most useful when developing new policies but may also help when integrating Policy Bot with other systems.

See the README for details on how to use the API and which conditions can be simulated.

Other Changes

  • Line modification conditions now support the equals (=) operator (#712 by @RoryDoherty)
  • The OAuth2 callback URL is now set using the public_url server option instead of the Host header (#730 by @KnisterPeter)
  • Update dependencies and build tools

Full Changelog: v1.32.0...v1.33.0