What Would It Take for You to Merge a PR Without Looking at the Code?
Prior to AI, this would be an easy answer. If the code is well written, small, covered by tests, the PR has a clear spec of what it is doing, and the author is trustworthy (meaning they know, or seem to know, what they are doing), most of the time you just scan the code to check it won’t hurt anything and merge. With AI, it gets trickier: the person submitting the code may not be the one who wrote it. How do we trust that?

