forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauto_assign.yml
35 lines (31 loc) · 813 Bytes
/
auto_assign.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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:
approvers_maintainers:
# Approvers
- Aneurysm9
- atoulme
- bryan-aguilar
- crobert-1
- dashpole
- songy23
- fatsheep9146
# Maintainers
- astencel-sumo
- bogdandrutu
- codeboten
- djaglowski
- dmitryax
- evan-bradley
- jpkrohling
- MovieStoreGuy
- mx-psi
- TylerHelmuth
# A number of assignees added to the pull request
# Set 0 to add all the assignees (default: 0)
numberOfAssignees: 1