You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of posting a new comment for each commit, is it possible for the github-actions bot to edit the existing comment?
The issue is that if a PR has 25 commits, there will be 25 comments from touchstone workflow. This makes it difficult for both contributors and reviewers to navigate the PR and increases their workload by having to hide outdated comments so that the relevant comments can pop out.
This is what codecov-commenter does when it comments on PR with code coverage reports; it just edits the comments in place for each new commit. One can even look at these edits to see how the code coverage changed across commits.
The text was updated successfully, but these errors were encountered:
Instead of posting a new comment for each commit, is it possible for the github-actions bot to edit the existing comment?
The issue is that if a PR has 25 commits, there will be 25 comments from touchstone workflow. This makes it difficult for both contributors and reviewers to navigate the PR and increases their workload by having to hide outdated comments so that the relevant comments can pop out.
This is what codecov-commenter does when it comments on PR with code coverage reports; it just edits the comments in place for each new commit. One can even look at these edits to see how the code coverage changed across commits.
The text was updated successfully, but these errors were encountered: