Descrition of Issue
When comment_on_pr is true, action post telemetry result to PR comment. This is great feature. However it may bother PR because action post new PR comment for each new commit to PR.
Is there any plant to make it better with PR comment?
Expected behaviour
I think there are 2 method, which is often selected by other PR comment OSS.
- Reuse existing PR Comment if exisiting.
- Add new PR comment, but hide when old comment is existing.
Actual behaviour
Telemetry PR comment is posted for each new commit on PR.



Environment
- OS: ubuntu-latest (=ubuntu-22.04)
- Actions version:
unforesight/workflow-telemetry-action@v1