| # Set to true to add reviewers to pull requests | |
| addReviewers: false | |
| # Set to true to add assignees to pull requests | |
| addAssignees: author | |
| # A number of assignees to add to the pull request | |
| # Set to 0 to add all of the assignees. | |
| # Uses numberOfReviewers if unset. | |
| numberOfAssignees: 0 |