We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d8819 commit 00ea72eCopy full SHA for 00ea72e
.github/workflows/lock-closed.yml
@@ -1,15 +1,14 @@
1
-name: Lock issues that are closed and inactive
+name: Lock Inactive Issues
2
3
on:
4
schedule:
5
- # Run at the top of every hour
6
- - cron: '0 * * * *'
+ # Run at 00:00 every day
+ - cron: '0 0 * * *'
7
8
jobs:
9
lock_closed:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: angular/dev-infra/github-actions/lock-closed@152478b
+ - uses: angular/dev-infra/github-actions/lock-closed@a4fd924
13
with:
14
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
15
- locks-per-execution: 100
0 commit comments