-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Feature Request] Does not overwrite PR comment that from other PR job #2695
Comments
@jithine @tkyi @kumada626 and everyone I have been trying to think of ways to add this feature. The current PR comments work as follows. (
In other words, if there is a bot comment on the PR, it is overwritten. Therefore, to create PR comments in multiple PR builds, it is necessary to determine which job the PR comments were written for. Here is the solution I have come up with. Solution 1. Add
|
I received a feedback within YJ. Solution 3. Add
|
I agree with solution 3 proposal 👍 |
What happened:
If there are multiple PR builds and they are making PR comments to each other, the PR comment will be overwritten by jobs that finish later.
What you expected to happen:
PR comment only overwrite comment that from the same PR job.
How to reproduce it:
meta.summary
in the build to each other.The text was updated successfully, but these errors were encountered: