dependent-issues
dependent-issues copied to clipboard
duplicated comments
Hi, I just added this workflow to a repo and for some reason it's commenting twice on each issue? Here's an example and here's another
That shouldn't be the case. Probably a bug. I will try to investigate this over the weekend.
Of course, feel free to take a look if you have free time.
thank you! I'm not super experienced with github actions yet but I'll also try to have a look tonight or over the weekend.
@z0al just wanted to let u know that this bug still persists. I had this a few days back but i accidentally deleted the PR and also cant find the logs. I'll try to reproduce this again.
Had this bug as well, seems like an issue with writeComment
.
Maybe this if clause isn't firing properly?
How about adding an if
clause in writeComment
to check whether or not the action bot has written a comment in the issue or not yet?