diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 799c6efb309..611bc471d6e 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.