bug: On IOS Emulator [error] - Error: Uncaught (in promise): Error: Not available on iOS #13
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: Close incomplete issues | |
on: | |
issues: | |
types: | |
- labeled | |
permissions: | |
issues: write | |
jobs: | |
add-comment: | |
runs-on: ubuntu-latest | |
if: github.event.label.name == 'invalid' | |
steps: | |
- name: Close Issue | |
uses: peter-evans/close-issue@v3 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
comment: | | |
> I understand that incomplete issues (e.g. without reproduction) are closed. | |
This issue is closed because not enough information was provided. |