-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
Problem
Function leaveComment is called with different commentId, causing 2 comments in PR being created and updated.
Currently, I have 2 PR comments - one for passed tests, another for failed tests (alert triggered). I would like to have one PR comment created and updated across all workflow runs within that Pull Request.
Suggestion
One of these solutions
- allow customising this behaviour with github action option (options like "single_pr_comment" or "custom_comment_id")
- unify
commentIdto be just the value ofbenchNamealways (when it's alert or not)
If you don't have time to implement this option, are you open to contributions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels