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

fix(bot): handle rure errors #738

Closed chdsbd closed 3 years ago

chdsbd commented 3 years ago

It's possible to provide invalid regex patterns to rure, which will trigger an exception. This change handles that exception and displays a user-facing error.