kentaro-m / auto-assign

🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
https://probot.github.io/apps/auto-assign/
ISC License
249 stars 55 forks source link

Do auto-assign after skipKeywords are removed #129

Open tasugi opened 4 years ago

tasugi commented 4 years ago

Is your feature request related to a problem? Please describe. I would like auto-assign bot to assign reviewers after PR is ready and skipKeywords(e.g. "wip") are removed.

Describe the solution you'd like Hooks events that PR title is changed and if skipKeywords are removed, do auto-assign.