diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml deleted file mode 100644 index 3225f35..0000000 --- a/.github/workflows/lock.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: 'Lock threads' - -on: - schedule: - - cron: '0 0 * * *' - -jobs: - lock: - runs-on: ubuntu-latest - steps: - - uses: dessant/lock-threads@v2 - with: - github-token: ${{ github.token }} - issue-lock-inactive-days: 3 - pr-lock-inactive-days: 3 \ No newline at end of file