You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite having the honeypot in place, we’re still getting a considerable amount of spam through the form and into GitHub. Some of the indicators that something is likely spam are:
want title & body match
want title is very short (1-2 words)
We could address this in a few ways:
Add client-side checks for these features and block submission (the first would require JS, the second could be done using pattern)
Add checks in Zapier that flag these items as spam and do not let them pass
Honestly, I’m inclined to try both approaches, but wanted to get y’all’s thoughs.
The text was updated successfully, but these errors were encountered:
Also, I'd be more than happy to help triage incoming wants if they were to end up in a "to-review" stage before getting turned into real issues. The spam wants I've seen so far are pretty easy to detect, so I'm imagining that having a moderation step in the process wouldn't be too time consuming.
Despite having the honeypot in place, we’re still getting a considerable amount of spam through the form and into GitHub. Some of the indicators that something is likely spam are:
We could address this in a few ways:
pattern
)Honestly, I’m inclined to try both approaches, but wanted to get y’all’s thoughs.
The text was updated successfully, but these errors were encountered: