What's Changed
- Codeball now exposes it's previously internal-only confidence score. It's a number in the inclusive range of 0 to 1. The closer the number is to 1, the more likely Codeball thinks that the PR is to get approved as-is without intervention or requiring additional changes.
- The "approve" actions are now configured happen if the confidence is above
0.935. - Codeball now adds the label
codeball:needs-careful-reviewto PRs where the confidence is below0.300. - Codeball adds the label
codeball:needs-reviewfor PRs where the confidence is between0.300and0.935(opt-in). - The thresholds for approving and needs-careful-review are user configurable through the action
Full Changelog: v2.4.2...v2.5.1