.mention-bot 895 B

1234567891011121314151617181920212223
  1. {
  2. "maxReviewers": 10,
  3. "numFilesToCheck": 100,
  4. "message": "Thanks @pullRequester for contributing to The Framework Benchmarks! @reviewers, code you've worked on has been modified. If you have the chance, please review. If you wish to unsubscribe from these notices, please open a Pull Request with the commit message `[ci skip]` and your github name added to the userBlacklist array in the `.mention-bot` file.",
  5. "alwaysNotifyForPaths": [
  6. {
  7. "name": "TechEmpower",
  8. "files": ["*"],
  9. "skipTeamPrs": false
  10. }
  11. ],
  12. "fileBlacklist": [".travis.yml"],
  13. "userBlacklist": ["hamiltont", "MalcolmEvershed"],
  14. "userBlacklistForPR": [],
  15. "actions": ["opened"],
  16. "skipAlreadyAssignedPR": false,
  17. "skipAlreadyMentionedPR": false,
  18. "assignToReviewer": false,
  19. "createReviewRequest": false,
  20. "skipTitle": "review-skip",
  21. "delayed": false,
  22. "skipCollaboratorPR": false
  23. }