From 85d46417c243f3d488a1761b5e50a69df906b113 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 23:39:07 +0100 Subject: [PATCH] Create reproduire.yml --- .github/workflows/reproduire.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/reproduire.yml diff --git a/.github/workflows/reproduire.yml b/.github/workflows/reproduire.yml new file mode 100644 index 00000000..db2fe7d2 --- /dev/null +++ b/.github/workflows/reproduire.yml @@ -0,0 +1,16 @@ +name: Reproduire +on: + issues: + types: [labeled] + +permissions: + issues: write + +jobs: + reproduire: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: Hebilicious/reproduire@v1 + with: + label: needs-reproduction