From 9f7aacd6aa505f1a637cbe199a4c262d9bee9777 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 30 Mar 2023 17:21:01 +0000 Subject: [PATCH] ci: remove lock-closed action Remove the lock-closed action as it has been centralized within dev-infra --- .github/workflows/lock-closed.yml | 18 ------------------ 1 file changed, 18 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 75e0b30a7689..000000000000 --- a/.github/workflows/lock-closed.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Lock Inactive Issues - -# Declare default permissions as read only. -permissions: - contents: read - -on: - schedule: - # Run at 08:00 every day - - cron: '0 8 * * *' - -jobs: - lock_closed: - runs-on: ubuntu-latest - steps: - - uses: angular/dev-infra/github-actions/lock-closed@462f716ef571b2b41fff90aaa5bb10897693efcc - with: - lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}