Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 951ce4f

Browse files
josephperrottCaerusKaru
authored andcommitted
chore: update lock-closed to only run once per day (#1121)
1 parent f00e232 commit 951ce4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock-closed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Lock issues that are closed and inactive
22

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

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

0 commit comments

Comments
 (0)