Nuxt/.github/workflows/reproduire-sur-stackblitz.yml

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'