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
In the current setup, the action posts a new PR comment for every commit. This results in multiple comments, one for each commit, which can clutter the pull request discussion.
Desired Behavior:
I would like the action to update an existing PR comment (if one exists) rather than posting a new one for each commit. If the comment already exists, it should be edited with the new information. Ideally, there would be only one comment per pull request, and this comment should get updated as more commits are pushed.
Example Workflow:
When the first commit is pushed, the action creates a comment.
For subsequent commits, the action updates the same comment with the latest information.
The PR should only have one comment from the action, regardless of how many commits are made.
This would help keep the PR discussion cleaner and more manageable.
Thank you!
The text was updated successfully, but these errors were encountered:
can019
changed the title
[setup-gradle action]Update PR Comment Instead of Posting New One for Each Commit
[setup-gradle action] Update PR Comment Instead of Posting New One for Each Commit
Sep 9, 2024
Current
In the current setup, the action posts a new PR comment for every commit. This results in multiple comments, one for each commit, which can clutter the pull request discussion.
Desired Behavior:
I would like the action to update an existing PR comment (if one exists) rather than posting a new one for each commit. If the comment already exists, it should be edited with the new information. Ideally, there would be only one comment per pull request, and this comment should get updated as more commits are pushed.
Example Workflow:
When the first commit is pushed, the action creates a comment.
For subsequent commits, the action updates the same comment with the latest information.
The PR should only have one comment from the action, regardless of how many commits are made.
This would help keep the PR discussion cleaner and more manageable.
Thank you!
The text was updated successfully, but these errors were encountered: