When I spot an issue during the code review for a pull request (PR) on Azure DevOps, I can leave a comment (actually, a new comment thread).
Resolution of all comments can be configured as a prerequisite for completing the PR. Thus, setting a comment (thread) to Resolved is not an insignificant action.
How can I find out who set a given comment thread to Resolved?
Some context: Once a PR has gathered some 50 or more comment threads, it gets cumbersome for reviewers to always sift through all comments anew on every review round. The only meaningful way to tell which comments are already resolved satisfactorily that Azure DevOps appears to supply is the distinction between active and closed comments. But sometimes, developers set comments to "Resolved" themselves instead of leaving this to the commenter, at which point it gets quite confusing to find out whether the solution for a closed comment was actually checked by the reviewer already.