Skip to content

Commit

Permalink
chore: recommend StackBlitz over CodeSandbox for reproduction (vitejs…
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea authored and aleclarson committed Nov 8, 2021
1 parent 54cd8ba commit f93e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeled.yml
Expand Up @@ -36,5 +36,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [codesandbox](https://codesandbox.io). Issues marked with `need reproduction` will be closed if they have no activity within 3 days.
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://vite.new). Issues marked with `need reproduction` will be closed if they have no activity within 3 days.
labels: "pending triage"

0 comments on commit f93e329

Please sign in to comment.