explorer.yaml 576 B

1234567891011121314151617181920
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. # Set to true to add reviewers to pull requests
  5. addReviewers: true
  6. # Set to true to add assignees to pull requests
  7. addAssignees: false
  8. # A list of reviewers to be added to pull requests (GitHub user name)
  9. reviewers:
  10. - geoffromer
  11. - jonmeow
  12. - jsiek
  13. - zygoloid
  14. # A number of reviewers added to the pull request
  15. # Set 0 to add all the reviewers (default: 0)
  16. numberOfReviewers: 1