mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +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@v3
|
||
|
- uses: huang-julien/reproduire-sur-stackblitz@v1.0.0
|
||
|
with:
|
||
|
reproduction-heading: '### Reproduction'
|