Merged PR 165777: Merlin config
This commit is contained in:
Родитель
b2fe31c25b
Коммит
d92a263ed0
|
@ -0,0 +1,16 @@
|
|||
# To enable or disable
|
||||
enabled: true
|
||||
# How many reviewers to Nudge in comment?
|
||||
maxReviewersToNudge: 3
|
||||
# Do not nudge users that are included in the following list
|
||||
excludeUsers:
|
||||
- neryac@microsoft.com
|
||||
- shyosef@microsoft.com
|
||||
# - user2@microsoft.com
|
||||
# Do not nudge PRs authored by users that are included in the following list
|
||||
excludePrsFromAuthors:
|
||||
- shyosef@microsoft.com
|
||||
# To enable or disable early nudge on pull requests
|
||||
enableEarlyNudge: false
|
||||
# Number of days to wait after a pull request is created, to analyze it for an early nudge
|
||||
earlyNudgeThresholdDays: 1
|
|
@ -0,0 +1,13 @@
|
|||
# Enable/Disable recommender
|
||||
enabled: true
|
||||
# How many reviewers to add?
|
||||
maxReviewers: 2
|
||||
# Exclude files/paths in PR to be considered for recommendation
|
||||
# Please note, these have to specified as a valid GIT based path regex
|
||||
#excludedPaths:
|
||||
# - ^/private/Product/PowerBI/IntegrationNuGetPackages/
|
||||
# - ^/private/Product/PowerBI/NuGetPackages/
|
||||
# Do not make recommendations for reviewers that are included in the following list
|
||||
excludedReviewers:
|
||||
- shyosef@microsoft.com
|
||||
- neryac@microsoft.com
|
Загрузка…
Ссылка в новой задаче