mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 10:24:50 +00:00
18 lines
298 B
YAML
18 lines
298 B
YAML
|
name: chore
|
||
|
on:
|
||
|
issues:
|
||
|
types:
|
||
|
opened
|
||
|
|
||
|
permissions:
|
||
|
issues: write
|
||
|
|
||
|
jobs:
|
||
|
stackblitz:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v4
|
||
|
- uses: huang-julien/reproduire-sur-stackblitz@v1.0.1
|
||
|
with:
|
||
|
reproduction-heading: '### Reproduction'
|