We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e890e commit d2bf8faCopy full SHA for d2bf8fa
1 file changed
.github/workflows/lock-closed.yml
@@ -1,17 +1,14 @@
1
-name: Lock issues that are closed and inactive
+name: Lock Inactive Issues
2
3
on:
4
schedule:
5
- # Run at the 20th and 50th minute of every hour, we are running with high
6
- # frequency while clearing the backlog of inactive locked issues/prs. Long
7
- # term we will run this task once per day.
8
- - cron: '20,50 * * * *'
+ # Run at 16:00 every day
+ - cron: '0 16 * * *'
9
10
jobs:
11
lock_closed:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: angular/dev-infra/github-actions/lock-closed@a4fd924
+ - uses: angular/dev-infra/github-actions/lock-closed@66462f6
15
with:
16
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
17
- locks-per-execution: 100
0 commit comments