chdsbd / kodiak

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

fix(bot): don't attempt merge on changes requested #765

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

A regression was introduced with #762 that caused the bot to attempt to update pull requests when changes were requested. This change fixes that issue.

related #761