diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2017-03-06 18:56:58 (GMT) |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-03-06 18:56:58 (GMT) |
commit | 0f5f1c3055e4c5b3d6165f56507bae6e16af7ca8 (patch) | |
tree | 646b0b522afb5ffb04c76f8dd694d00cfea3f736 /.mention-bot | |
parent | 4e0f612a1fc8444fe4fef3231f6934379e302a26 (diff) | |
download | cpython-0f5f1c3055e4c5b3d6165f56507bae6e16af7ca8.zip cpython-0f5f1c3055e4c5b3d6165f56507bae6e16af7ca8.tar.gz cpython-0f5f1c3055e4c5b3d6165f56507bae6e16af7ca8.tar.bz2 |
Ignore What's New for MentionBot (GH-521)
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index 10eef5e..c6bf459 100644 --- a/.mention-bot +++ b/.mention-bot @@ -4,7 +4,8 @@ "findPotentialReviewers": true, "fileBlacklist": [ "Misc/ACKS", - "Misc/NEWS" + "Misc/NEWS", + "Doc/whatsnew/*.rst" ], "userBlacklist": ["gvanrossum", "skrah"], "userBlacklistForPR": ["benjaminp", "skrah"] |