diff --git a/.github/workflows/reproduire-sur-stackblitz.yml b/.github/workflows/reproduire-sur-stackblitz.yml new file mode 100644 index 0000000000..63888cac2b --- /dev/null +++ b/.github/workflows/reproduire-sur-stackblitz.yml @@ -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' \ No newline at end of file