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

fix numberOfAssignees is overwritten by numberOfReviewers when 0 is set #178

Closed kentaro-m closed 2 years ago

kentaro-m commented 2 years ago

Description

I fixed an issue https://github.com/kentaro-m/auto-assign/issues/177 which numberOfAssignees is overwritten by numberOfReviewers when 0 is set.