github.com/newrelic/go-agent@v3.26.0+incompatible/.github/auto_assign.yml (about) 1 # Set to true to add reviewers to pull requests 2 addReviewers: true 3 4 # Set to true to add assignees to pull requests 5 addAssignees: false 6 7 # A list of reviewers to be added to pull requests (GitHub user name) 8 reviewers: 9 - iamemilio 10 - mirackara 11 - nr-swilloughby 12 13 # A number of reviewers added to the pull request 14 # Set 0 to add all the reviewers (default: 0) 15 numberOfReviewers: 1 16 # A list of assignees, overrides reviewers if set 17 # assignees: 18 # - assigneeA 19 20 # A number of assignees to add to the pull request 21 # Set to 0 to add all of the assignees. 22 # Uses numberOfReviewers if unset. 23 # numberOfAssignees: 2 24 25 # A list of keywords to be skipped the process that add reviewers if pull requests include it 26 # skipKeywords: 27 # - wip