Got Sidecar to appear, but I can't see my iPad #111
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: issue-checklist | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
respond: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ben-z/[email protected] | |
with: | |
message: "Gentle reminder:\n* Did you go through all of the troubleshooting steps outlined in README.md?\n* Did you describe your devices (model+version) and what you've tried in the PR description?" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |