merge_policy
View or update project merge thresholds (match and possible) and auto-apply setting. No arguments returns current policy.
Instructions
Get or set the per-project merge policy: the two Fellegi-Sunter thresholds (match_threshold, possible_threshold) and auto_apply. No args returns the current policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_apply | No | Allow 'match'-class plans to apply without confirm. Default false (review-first). | |
| match_threshold | No | Score >= this => 'match' (auto-merge eligible). 0-1. | |
| possible_threshold | No | Score in [possible, match) => 'possible' (review). Below => not offered. 0-1. |