Show HN: Stop the '+1' Spam: Automatically Filter GitHub Comment Noise
3 freakynit 2 7/28/2025, 8:25:50 AM
https://gist.github.com/freakynit/1f472c92e01f7e77287c727c6d...
GitHub issues for popular projects are often flooded with "+1”, "Me too”, and other unhelpful comments, making real discussions hard to track. This is a simple Google Apps Script (taking reference from https://github.com/cline/cline/discussions/581#discussioncom...), which scans your Gmail inbox for emails triggered by these "noisy” comments and automatically trashes them.
Also accompanying (as comment below the script) is browser console script to dim or hide these comments from issue discussions.
---
See the spam condition on this thread: https://github.com/cline/cline/discussions/581
(if my reading is wrong and that's already how it works, apologies)
Thanks for the suggestion..