View as Markdown
Deprecations

allow_inplace_checks has been deprecated

`allow_inplace_checks` is deprecated — checks are now placed automatically based on `batch_size`, `merge_conditions`, and `max_parallel_checks`.

The option allow_inplace_checks from queue rules is deprecated.

The checks are now perform in-place or on a draft PR depending on batch_size, merge_conditions and max_parallel_checks (cf. documentation).

Was this page helpful?