1.5.0
New Features
-
The
queue_rulessection offers a new option
allow_inplace_speculative_checks. -
Add
batch_sizeoption to queue rules. The new option allows to
check multiple pull requests within each speculative check. -
The
queueaction got two new options:update_methodand
update_bot_account.
Bug Fixes
- Handles the rare case where GitHub pull request API returns a buggy
nullinstead of a string for the body.