forrtproject.github.io icon indicating copy to clipboard operation
forrtproject.github.io copied to clipboard

Aggregate staging action creates multiple comments

Open LukasWallrich opened this issue 2 months ago • 3 comments

The aggregate staging action creates multiple comments even though it tries to update the last - why?

Image

LukasWallrich avatar Nov 19 '25 16:11 LukasWallrich

🤖 Hi @LukasWallrich, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

github-actions[bot] avatar Nov 19 '25 16:11 github-actions[bot]

I have now pushed a commit here #537 to fix this issue basically we were searching by github-actions[bot] or we are using a PAT for Lukas

--jq '.[] | select(.user.login == "github-actions[bot]" and (.body | contains(""))) | .id' 2>/dev/null | head -1)

I removed the user condition to only search based on body .id and lets see if it fixes the issue

richarddushime avatar Nov 21 '25 22:11 richarddushime

A progress

Image

richarddushime avatar Nov 21 '25 23:11 richarddushime

Should have been fixed in #537

LukasWallrich avatar Nov 26 '25 16:11 LukasWallrich