SPAM through discussions can't be reported. #190586
Replies: 4 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
yeah, this frustrating. |
Beta Was this translation helpful? Give feedback.
-
Why the Report discussion button may be missingThe ability to report a discussion is available to anyone who can view the discussion (i.e., you are signed in and have at least read access to the repository).
In most cases the last row explains the situation you described: the screenshot shows the three‑dot menu on a comment, and the “Report discussion” entry is actually located under the three‑dot menu of the discussion’s opening comment (the post that created the thread). How to report the discussion (step‑by‑step)
Alternative ways to reportIf for some reason the comment menu still does not show a Report option, you can use any of the following work‑arounds: 1. Report the user or the repository
2. Use the GitHub REST API (useful for automation or if the UI is broken)curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer <YOUR_PERSONAL_OR_OAUTH_TOKEN>" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/Plateliinlet/VSPatch-97041/discussions/2/reports \
-d '{
"reason": "spam",
"body": "Unsolicited advertisement / social engineering attempt."
}'
3. Contact GitHub SupportIf you believe the UI is buggy and none of the above works, you can file a support ticket via GitHub Support and include the discussion URL and screenshots. Quick checklist
Following these steps should let you successfully report the spam discussion even when the button does not appear directly on the discussion header. If the problem persists after checking the items above, the API method is a reliable fallback. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, on many platforms, you can’t report spam just through discussions or comments—reporting usually requires a dedicated “Report” button or form. Simply flagging in a chat or discussion thread often isn’t enough. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Topic area
Other
Body
I was tagged here, see it's obviously spam and a social engineering technique:
Plateliinlet/VSPatch-97041#2
I don't seem to be able to report it:

Even thou I should be able to from the GitHub help page: https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam#reporting-a-discussion
I have tested with GitHub Refined extension enabled and disabled. Can anybody please insight on why is not this button available to me here?
Beta Was this translation helpful? Give feedback.
All reactions