aboutsummaryrefslogtreecommitdiff
path: root/.mention-bot
blob: 7597a879960a09a70d31bd9ad6e5fc48faea2ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "maxReviewers": 3, 
  "numFilesToCheck": 5, 
  "message": "@pullRequester, thank you for improving Kodi! According to the last 5 commits, we found the potential reviewers: @reviewers. Final approval needs to be given by the component maintainer.",
  "findPotentialReviewers": true, 
  "userBlacklist": [ "FernetMenta" ], 
  "userBlacklistForPR": [], 
  "requiredOrgs": [], 
  "actions": ["opened"], 
  "skipAlreadyAssignedPR": true, 
  "skipAlreadyMentionedPR": true, 
  "assignToReviewer": false, 
  "skipTitle": "", 
  "withLabel": "", 
  "delayed": false, 
  "delayedUntil": "2h", 
  "skipCollaboratorPR": false
}