Scrolling above the first option causes the picker to have blank label and value "null" #476
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Autocloser | |
on: [issues] | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Autoclose issues that did not follow issue template | |
uses: roots/issue-closer@v1.2 | |
with: | |
repo-token: ${{ secrets.GH_TOKEN }} | |
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow one of the available issue templates. See [here](https://github.com/lawnstarter/react-native-picker-select/issues/new/choose) for available options." | |
issue-pattern: ".*Additional detail*" |