From 048ac59bffc11c0fca1909f98fda8039d39fc20b Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 11 Sep 2019 09:11:16 -0700 Subject: [PATCH] ci: update schedule for locking inactive issues --- .github/workflows/lock-closed.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index aab41eed9088..46cc74e723a3 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -1,15 +1,14 @@ -name: Lock issues that are closed and inactive +name: Lock Inactive Issues on: schedule: - # Run at the top of every hour - - cron: '0 * * * *' + # Run at 00:00 every day + - cron: '0 0 * * *' jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@152478b + - uses: angular/dev-infra/github-actions/lock-closed@a4fd924 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} - locks-per-execution: 100