v1.33.0
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 theHost
header (#730 by @KnisterPeter) - Update dependencies and build tools
Full Changelog: v1.32.0...v1.33.0