Aggregate staging action creates multiple comments
The aggregate staging action creates multiple comments even though it tries to update the last - why?
🤖 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.
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
A progress
Should have been fixed in #537