From f2b95f2b874168636a8db1072b184358215068e9 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 17 Feb 2016 09:04:58 -0800 Subject: [PATCH] Add commands for a new issue bot Reviewed By: mkonicek Differential Revision:D2944312 Ninja: yet to be used fb-gh-sync-id: 17b22063539612ce48eb4acac62f452ca4d65c1d shipit-source-id: 17b22063539612ce48eb4acac62f452ca4d65c1d --- bots/IssueCommands.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bots/IssueCommands.txt diff --git a/bots/IssueCommands.txt b/bots/IssueCommands.txt new file mode 100644 index 000000000..1dcd91c6a --- /dev/null +++ b/bots/IssueCommands.txt @@ -0,0 +1,14 @@ +/answered +comment Closing this issue as the question has been answered. Please help us by first discussing on [StackOverflow](http://stackoverflow.com/questions/tagged/react-native) before filing a bug. It's the best system for Q&A. Many people from the community hang out there and will be able to see and answer your question. This lets us use the GitHub bug tracker for bugs. +close + +/duplicate (#[0-9]+) +comment This issue is a duplicate of {match0}. +close + +/expected +comment This is expected behavior. Closing as we'd like to use the GitHub issue tracker for bugs. If you'd like to change how this feature works please post a feature request on [Product Pains](https://productpains.com/product/react-native/) and let's discuss there. If it gets upvoted enough it might get implemented by the community. +close + +/label (.*) +add-label {match0}