We stopped AI bot spam in our GitHub repo using Git's –author flag
1–10 of 254 posts
Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#2Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#3Hi HN community, I wanted to share our approach to reduce amount of AI slop PR's and issues in our repo. We enabled "require prior contribution" flag on GH and created a CI script that creates a tiny commit co-authored with you, if you pass captcha on our website. Worked really well and we were able to block at least 500 bots in the first week. Sharing a screenshot from cloudflare: https://archestra.ai/hn-comment-clo…
Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#4Hi HN community, I wanted to share our approach to reduce amount of AI slop PR's and issues in our repo. We enabled "require prior contribution" flag on GH and created a CI script that creates a tiny commit co-authored with you, if you pass captcha on our website. Worked really well and we were able to block at least 500 bots in the first week. Sharing a screenshot from cloudflare: https://archestra.ai/hn-comment-clo…
How does the website trigger the CI script? Through GH rest API?
Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#5Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#6Yes
Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#7Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#8> Should we stop giving fun test tasks to our job candidates? Yes
Re: We stopped AI bot spam in our GitHub repo using Git's –author flag
#9Hi HN community, I wanted to share our approach to reduce amount of AI slop PR's and issues in our repo. We enabled "require prior contribution" flag on GH and created a CI script that creates a tiny commit co-authored with you, if you pass captcha on our website. Worked really well and we were able to block at least 500 bots in the first week. Sharing a screenshot from cloudflare: https://archestra.ai/hn-comment-clo…
Thats a really elegant solution. How does the website trigger the CI script? Through GH rest API?