The pass-on-retry monitor now takes a configurable branch scope, so you can limit detection to the branches where retry behavior actually matters. By default the monitor still evaluates every branch (Documentation Index
Fetch the complete documentation index at: https://trunk-4cab4936-sam-gutentag-remove-old-merge-settings-path.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
*). Set a branch scope to focus it on stable branches like main or release/* and stop counting the retries CI runs automatically on PR branches. Branch scope uses the same glob syntax as the failure rate monitor and accepts up to 10 patterns. Changes apply to newly detected events; tests already flagged aren’t re-evaluated.
Read the docs to learn more.