Hacker News new | ask | show | jobs
by extheat 947 days ago
I don't believe there is a way to lock it. But if you really want to clear the comments, you can use the API to recurse and delete all the comments--this is a quick Nodejs snip from Bing Chat with Octokit: https://gist.github.com/extremeheat/1042a8a933f0987b265a70d4...
1 comments

That's looping, not recursion. Just FYI.