mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: add reproduire-sur-stackblitz workflow (#28531)
This commit is contained in:
parent
fa8dbabe93
commit
ea9cca38af
17
.github/workflows/reproduire-sur-stackblitz.yml
vendored
Normal file
17
.github/workflows/reproduire-sur-stackblitz.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
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'
|
Loading…
Reference in New Issue
Block a user