File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # To enable or disable
2+ enabled : true
3+ # How many reviewers to Nudge in comment?
4+ maxReviewersToNudge : 3
5+ # Do not nudge users that are included in the following list
6+ excludeUsers :
7+ - neryac@microsoft.com
8+ - shyosef@microsoft.com
9+ # - user2@microsoft.com
10+ # Do not nudge PRs authored by users that are included in the following list
11+ excludePrsFromAuthors :
12+ - shyosef@microsoft.com
13+ # To enable or disable early nudge on pull requests
14+ enableEarlyNudge : false
15+ # Number of days to wait after a pull request is created, to analyze it for an early nudge
16+ earlyNudgeThresholdDays : 1
Original file line number Diff line number Diff line change 1+ # Enable/Disable recommender
2+ enabled : true
3+ # How many reviewers to add?
4+ maxReviewers : 2
5+ # Exclude files/paths in PR to be considered for recommendation
6+ # Please note, these have to specified as a valid GIT based path regex
7+ # excludedPaths:
8+ # - ^/private/Product/PowerBI/IntegrationNuGetPackages/
9+ # - ^/private/Product/PowerBI/NuGetPackages/
10+ # Do not make recommendations for reviewers that are included in the following list
11+ excludedReviewers :
12+ - shyosef@microsoft.com
13+ - neryac@microsoft.com
You can’t perform that action at this time.
0 commit comments