Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[setup-gradle action] Update PR Comment Instead of Posting New One for Each Commit #369

Closed
can019 opened this issue Sep 9, 2024 · 2 comments

Comments

@can019
Copy link

can019 commented 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.

스크린샷 2024-09-09 오후 11 45 17

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!

@can019 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
@bigdaz
Copy link
Member

bigdaz commented Sep 9, 2024

Thanks! This is a duplicate of #176.
Feel free to add more context to that issue.

@bigdaz bigdaz closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2024
@can019
Copy link
Author

can019 commented Sep 11, 2024

Got it! Thank you for your response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants