From 5de507f01c71f5418c7e106f0828d2751df9f971 Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Wed, 14 Aug 2024 00:30:20 +0200 Subject: [PATCH] ci: add reproduire-sur-stackblitz workflow (#28531) --- .github/workflows/reproduire-sur-stackblitz.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/reproduire-sur-stackblitz.yml 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