From 150811534d910ce1403c8f4c0537eb1bb985a07e Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Sun, 20 Mar 2016 11:03:03 -0700 Subject: [PATCH] added new bot command feature Summary: Closes https://github.com/facebook/react-native/pull/6544 Differential Revision: D3074863 Pulled By: mkonicek fb-gh-sync-id: e1e90ed1e4c2d8da84e3684915c375231bd8fb66 shipit-source-id: e1e90ed1e4c2d8da84e3684915c375231bd8fb66 --- bots/IssueCommands.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bots/IssueCommands.txt b/bots/IssueCommands.txt index 51d1eb9bb..a2619b0da 100644 --- a/bots/IssueCommands.txt +++ b/bots/IssueCommands.txt @@ -31,3 +31,7 @@ close @facebook-github-bot reopen comment Okay, reopening this issue. reopen + +@facebook-github-bot feature +comment Hey {issue_author}! Thanks for opening the issue, but we are closing it because it looks like a feature request. If this can't be implemented as a standalone [npm](https://npmjs.org) module free to send us a Pull Request or create an entry on [Product Pains](https://productpains.com/product/react-native). It has a voting system and if the feature gets upvoted enough it might get implemented.' +feature