chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.04k stars 63 forks source link

support requiresConversationResolution for branch protection rules #690

Closed chdsbd closed 3 years ago

chdsbd commented 3 years ago

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

chdsbd commented 3 years ago

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

chdsbd commented 3 years ago

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

chdsbd commented 3 years ago

fixed in latest release via #692