Files
react-native-web/.github/labels-config.yml
Nicolas Gallagher 29b13262c3 Add label-actions workflow
This workflow allows GitHub to automatically act on issue in response to labels
being added to the issue.
2021-02-01 16:33:02 -08:00

11 lines
551 B
YAML

# Configuration for Label Actions - https://github.com/marketplace/actions/label-actions
"needs: issue template":
comment: >
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.md">ISSUE TEMPLATE</a>.
"resolution: no response":
comment: >
This issue is being closed because the requested information has not been provided.
close: true