Skip to content

Commit

Permalink
chore: recommend StackBlitz over CodeSandbox for reproduction (#4723)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Aug 25, 2021
1 parent 395a4c9 commit 48b3b3b
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 48b3b3b

Please sign in to comment.