diff options
Diffstat (limited to 'clap/.mention-bot')
-rw-r--r-- | clap/.mention-bot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clap/.mention-bot b/clap/.mention-bot new file mode 100644 index 0000000..f339f59 --- /dev/null +++ b/clap/.mention-bot @@ -0,0 +1,9 @@ +{ + "findPotentialReviewers": false, + "alwaysNotifyForPaths": [ + { + "name": "kbknapp", + "files": ["**/*.rs", "**/*.md", "*"] + } + ] +} |