| 12345678910111213141516171819 |
- # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- # Exceptions. See /LICENSE for license information.
- # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- # Set to true to add reviewers to pull requests
- addReviewers: true
- # Set to true to add assignees to pull requests
- addAssignees: false
- # A list of reviewers to be added to pull requests (GitHub user name)
- reviewers:
- - chandlerc
- - jonmeow
- - zygoloid
- # A number of reviewers added to the pull request
- # Set 0 to add all the reviewers (default: 0)
- numberOfReviewers: 1
|