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.
25 lines
656 B
25 lines
656 B
# Set to true to add reviewers to pull requests |
|
addReviewers: false |
|
|
|
# Set to true to add assignees to pull requests |
|
addAssignees: true |
|
|
|
# Set to true to add assignees from different groups to pull requests |
|
useAssigneeGroups: true |
|
|
|
# A list of assignees, split into different groups, to be added to pull requests (GitHub user name) |
|
assigneeGroups: |
|
tc: |
|
- arminru |
|
- bogdandrutu |
|
- carlosalberto |
|
- jack-berg |
|
- jmacd |
|
- jsuereth |
|
- reyang |
|
- tigrannajaryan |
|
- yurishkuro |
|
|
|
# A number of assignees added to the pull request |
|
# Set 0 to add all the assignees (default: 0) |
|
numberOfAssignees: 1
|
|
|