mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
18 lines
388 B
YAML
18 lines
388 B
YAML
name: chore
|
|
on:
|
|
issues:
|
|
types:
|
|
opened
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
stackblitz:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
|
- uses: huang-julien/reproduire-sur-stackblitz@9ceccbfbb0f2f9a9a8db2d1f0dd909cf5cfe67aa # v1.0.2
|
|
with:
|
|
reproduction-heading: '### Reproduction'
|