Skip to content

Commit 00ea72e

Browse files
josephperrottjelbourn
authored andcommitted
ci: update schedule for locking inactive issues (#17052)
1 parent 31d8819 commit 00ea72e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/lock-closed.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
name: Lock issues that are closed and inactive
1+
name: Lock Inactive Issues
22

33
on:
44
schedule:
5-
# Run at the top of every hour
6-
- cron: '0 * * * *'
5+
# Run at 00:00 every day
6+
- cron: '0 0 * * *'
77

88
jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@152478b
12+
- uses: angular/dev-infra/github-actions/lock-closed@a4fd924
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
15-
locks-per-execution: 100

0 commit comments

Comments
 (0)