Skip to content
View entire changelog

Prevent Chunk from suggesting fixes for already stable tests

Enhancement

We’ve resolved an issue where Chunk would sometimes open new PRs to modify tests that had already been successfully fixed in previous PRs, even when no new failures had occurred since the original fix was merged. Chunk now tracks which tests it has already fixed and will not attempt to fix them again.

Previous changes