chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support requiresConversationResolution for branch protection rules

chdsbd opened this issue · comments

Supporting this BranchProtectionRule attribute would allow us to provide better support for the conversation resolution branch protection rule.

This can't work until GitHub provides a web hook event for when a conversation is resolved or unresolved

Apparently there is an undocumented, maybe unreleased, event pull_request_review_thread. It's not possible to enable this in the web hooks page yet though

fixed in latest release via #692