From 8e436881d81c100c16dfde814557479572ddc0e5 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 28 Apr 2023 08:48:48 -0600 Subject: [PATCH] ci: remove lock closed Remove lock closed action in favor of the organization wide implementation --- .github/workflows/lock-closed.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/lock-closed.yml diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml deleted file mode 100644 index a52a158db..000000000 --- a/.github/workflows/lock-closed.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Lock issues that are closed and inactive - -on: - schedule: - # Run everday at 12:00 - - cron: '0 12 * * *' - -jobs: - lock_closed: - runs-on: ubuntu-latest - steps: - - uses: angular/dev-infra/github-actions/lock-closed@0fc6f4d839e93312ed0dd9a2be88d4c11e947a0b - with: - lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} - locks-per-execution: 100