diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml deleted file mode 100644 index 66f7e57f5d0..00000000000 --- a/.github/workflows/lock.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Lock issues and pull requests -on: - schedule: - - cron: "0 0 * * *" # Every day at midnight - -jobs: - lock: - name: Lock closed and inactive issues and pull requests - runs-on: ubuntu-latest - steps: - - uses: fastlane/github-actions/lock@latest - with: - repo-token: '${{ secrets.BOT_GITHUB_TOKEN }}' - days-before-lock: 60