kentaro-m / auto-assign-action

An action which adds reviewers to the pull request when the pull request is opened.
MIT License
298 stars 89 forks source link

numberOfReviewers does not default to 0 #144

Open electrovir opened 1 year ago

electrovir commented 1 year ago

In my tests numberOfReviewers does not default to 0. If I omit numberOfReviewers: 0 then only one reviewer is added. If I explicitly add numberOfReviewers: 0 then all the reviewers I listed are added, which is the behavior I was looking for.