From 53212e154137eee932a08b01457d431083cacdce Mon Sep 17 00:00:00 2001 From: Jason Safaiyeh Date: Thu, 26 Mar 2020 03:53:56 -0700 Subject: [PATCH] Add Needs: Repro bot action (#28397) Summary: Add automated response for Needs: Repro ## Changelog [Internal] [Added] - Add automated response for Needs: Repro Pull Request resolved: https://github.com/facebook/react-native/pull/28397 Test Plan: Bot should add a comment with the Needs: Repro label. Reviewed By: cpojer Differential Revision: D20665378 Pulled By: hramos fbshipit-source-id: 1c7d878faacf935a640849f74c81f119e5c7e92d --- .github/label-actions.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 611bc471d6e..ee828d9e7e7 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -38,3 +38,10 @@ issues: :information_source: It looks like you are using an older version of React Native. Please upgrade to the latest version, and verify if the issue persists. If it does not, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the current release. + "Needs: Repro": + comment: > +
:warning: + Missing Reproducible Example +
:information_source: + It looks like your issue is missing a reproducible example. Please provide a Snack or a repository that demonstrates the issue you are reporting in a minimal, complete, and reproducible manner. +