diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml deleted file mode 100644 index bb0960244..000000000 --- a/.github/workflows/close-issue.yml +++ /dev/null @@ -1,19 +0,0 @@ -# CronJob -name: ⏱️ Issue Close Require - -on: - schedule: - - cron: "0 0 * * *" - -jobs: - close-issues: - if: github.repository == 'solidjs/solid-start' - runs-on: ubuntu-latest - steps: - - name: needs reproduction - uses: actions-cool/issues-helper@v3 - with: - actions: "close-issues" - token: ${{ secrets.GITHUB_TOKEN }} - labels: "needs reproduction" - inactive-day: 3