Cannot use +Layout.svelte in svelte kit #84
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 Labeled | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
reply-labeled: | |
runs-on: ubuntu-latest | |
steps: | |
- name: missing demo | |
if: github.event.label.name == 'missing demo' | |
uses: actions-cool/[email protected] | |
with: | |
actions: 'create-comment, remove-labels' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Hello @${{ github.event.issue.user.login }}. Please provide a online reproduction by [Stack Blitz](https://stackblitz.com/) or a minimal GitHub repository. You can fork [this Stack Blitz](https://stackblitz.com/edit/vite-7wtkxc?file=App.jsx) to get start. Issues labeled by `missing demo` will be closed if no activities in 3 days. |