mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
17 lines
380 B
YAML
17 lines
380 B
YAML
name: reproduire-sur-stackblitz
|
|
on:
|
|
issues:
|
|
types:
|
|
opened
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
reproduire-sur-stackblitz:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: huang-julien/reproduire-sur-stackblitz@v1.0.0
|
|
with:
|
|
reproduction-heading: '### Reproduction' |