From 84b7b8d07645b528c784e0bacecf1293797e0ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 24 Mar 2020 11:52:11 -0700 Subject: [PATCH] Fix label-actions configuration Summary: Adds back a missing label key, fixes open source issue: https://github.com/facebook/react-native/issues/28378 Changelog: [Internal] [CI] - Fix label-actions config Reviewed By: cpojer Differential Revision: D20625887 fbshipit-source-id: 63c90db249aa9c15369a4b5bcab71cbe75c6d4b8 --- .github/label-actions.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 799c6efb30902e..611bc471d6e0fb 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -19,21 +19,22 @@ issues: close: true "Needs: Issue Template": comment: > -
⚠️ +
:warning: Missing Required Fields -
ℹ️ - It looks like your issue may be missing some necessary information. GitHub provides an example template whenever a [new issue is created](https://github.com/facebook/react-native/issues/new?template=bug_report.md). Could you go back and make sure to fill out the template? You may edit this issue, or close it and open a new one. +
:information_source: + It looks like your issue may be missing some necessary information. GitHub provides an example template whenever a new issue is created. Could you go back and make sure to fill out the template? You may edit this issue, or close it and open a new one.
+ "Needs: Environment Info": comment: > -
⚠️ +
:warning: Missing Environment Information -
ℹ️ +
:information_source: Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.
"Needs: Verify on Latest Version": comment: > -
⚠️ +
:warning: Using Old Version -
ℹ️ - It looks like you are using an older version of React Native. Please [upgrade](https://reactnative.dev/docs/upgrading) 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. +
: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.