GoogleSignin.signIn() not resolving and not throwing error on physical device #88
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: 'Support requests' | |
on: | |
issues: | |
types: [labeled, unlabeled, reopened] | |
jobs: | |
support: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/support-requests@v2 | |
with: | |
github-token: ${{ github.token }} | |
support-label: 'repro-required' | |
issue-comment: > | |
:wave: @{issue-author}, sorry you're having an issue. As the issue template explains, it's required that you provide a runnable example that reproduces your issue (please read the [issue template](https://github.com/react-native-google-signin/google-signin/blob/master/.github/ISSUE_TEMPLATE/custom.yaml)). | |
The reason is that the maintainer does not have time to try reproduce bugs himself. Please try to minimize the superfluous code and focus only on reproducing the bug. | |
Please create a new issue with this and the maintainer will do his best to review it!. | |
close-issue: true | |
lock-issue: true |