It seems like GitHub is sending the webhook event type pull_request_review_thread when someone resolves a comment in a PR.
Webhook event schema can be seen here: https://github.com/octokit/webhooks/blob/d93eebf4c48dc3c36f9c7ceffab356fa444bf9fc/payload-schemas/api.github.com/pull_request_review_thread/resolved.schema.json
The event doesn't seem to be documented in Webhook events and payload though.
It seems like GitHub is sending the webhook event type
pull_request_review_threadwhen someone resolves a comment in a PR.Webhook event schema can be seen here: https://github.com/octokit/webhooks/blob/d93eebf4c48dc3c36f9c7ceffab356fa444bf9fc/payload-schemas/api.github.com/pull_request_review_thread/resolved.schema.json
The event doesn't seem to be documented in Webhook events and payload though.