upvote
Yep, this is similar to some other version control tools like Tangled which has vouching.

https://blog.tangled.org/vouching/

reply
Who do you add as a contributor though? Wannabe-contributors? Then they appear in the list of contributors before you even see if they're capable of producing an acceptable PR.

Your solution would be great if GitHub would also allow me to whitelist specific users, but unfortunately this still won't block "implementation plans" in comments.

reply
Thats a really elegant solution.

How does the website trigger the CI script? Through GH rest API?

reply
thank you, yep through the rest API, here is the example: https://github.com/archestra-ai/website/blob/29ebdacbd8a22b9...
reply