You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
466 B

  1. # Set to true to add reviewers to pull requests
  2. addReviewers: true
  3. # Set to true to add assignees to pull requests
  4. addAssignees: true
  5. # A list of reviewers to be added to pull requests (GitHub user name)
  6. reviewers:
  7. - NGPixel
  8. # A list of keywords to be skipped the process that add reviewers if pull requests include it
  9. skipKeywords:
  10. - wip
  11. # A number of reviewers added to the pull request
  12. # Set 0 to add all the reviewers (default: 0)
  13. numberOfReviewers: 0