We wanted to enable on-fail-only to reduce noise in PRs. We currently use overwrite-comment for the same reason.
Unfortunately we've noticed that after a test failure and subsequent posting of a comment on the PR with failures, a successful build does not update or remove the comment indicating failures despite there no longer being any failures.
Would it make more sense to change on-fail-only to apply only to posting a new comment and not for updating/overwriting existing comments?
We wanted to enable
on-fail-onlyto reduce noise in PRs. We currently useoverwrite-commentfor the same reason.Unfortunately we've noticed that after a test failure and subsequent posting of a comment on the PR with failures, a successful build does not update or remove the comment indicating failures despite there no longer being any failures.
Would it make more sense to change
on-fail-onlyto apply only to posting a new comment and not for updating/overwriting existing comments?