diff options
| author | Donald Stufft <donald@stufft.io> | 2017-02-28 23:19:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-28 23:19:58 -0500 |
| commit | d413aa7893fd8ac64693c22deb2c1eee1840dbd7 (patch) | |
| tree | c0ac806e8bb006938d58cb212a3d25a30ce0140c | |
| parent | c4a786b8ad2a625594551ab3bc991a6831ba7688 (diff) | |
| download | cpython-git-d413aa7893fd8ac64693c22deb2c1eee1840dbd7.tar.gz | |
Disable mention-bot for maintenance branches (GH-365)
| -rw-r--r-- | .mention-bot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 0000000000..cb53b993fb --- /dev/null +++ b/.mention-bot @@ -0,0 +1,3 @@ +{ + "findPotentialReviewers": false +} |
