mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
5060ff7be0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
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.1
|
|
with:
|
|
reproduction-heading: '### Reproduction' |