Skip to content

Commit d92a263

Browse files
author
Shahak Yosef
committed
Merged PR 165777: Merlin config
1 parent b2fe31c commit d92a263

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.config/merlinbot/nudge.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
8+
9+
10+
# Do not nudge PRs authored by users that are included in the following list
11+
excludePrsFromAuthors:
12+
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
13+

0 commit comments

Comments
 (0)