Closed raunakkathuria closed 9 months ago
@raunakkathuria can you try to refresh the page and see if this is still the case?
@raunakkathuria can you try to refresh the page and see if this is still the case?
Yes, still the same
Also, I made the repo public, you can check now https://github.com/deriv-com/test-gitstream/pull/2
Thank you @raunakkathuria for pointing this out. The issue likely stems from gitStream receiving closely timed events from the GitHub API, leading to multiple outputs. Rest assured, each output is still processed and validated by our rule engine. We're working on a fix to better handle such scenarios and improve gitStream's handling of sequential API events. Your feedback is greatly appreciated!
@vim-zz Thanks for the prompt response and for looking into it. Looking forward to a fix
Hi @raunakkathuria a fix was applied, can verify on your end?
[EDIT] You should test with a new PR, it won't fix existing PRs
@raunakkathuria I am closing this, if you see it happens again, please re-open
Describe the bug The gitStream rule is adding multiple comments for the same rule in a single run
To Reproduce
Steps to reproduce the behavior:
The
.cm
automation file is https://github.com/deriv-com/test-gitstream/blob/master/.cm/gitstream.cmRepo folder structure
Expected behavior
It should have commented once during a single run but every time it executes the rule and comments twice at the same time, expected it to comment only once
Screenshots
GitHub actions
Additional context
I have checked the previous issues raised and following the suggestions mentioned in those, for example https://github.com/linear-b/gitstream/issues/197