File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: Lock issues that are closed and inactive
22
33on :
44 schedule :
5- # Run at the 20th minute of every hour, we are running with high frequency
6- # while clearing the backlog of inactive locked issues/prs. Long term we
7- # will run this task once per day.
8- - cron : ' 20 * * * *'
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 * * * *'
99
1010jobs :
1111 lock_closed :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : angular/dev-infra/github-actions/lock-closed@7f7ef07
14+ - uses : angular/dev-infra/github-actions/lock-closed@a4fd924
1515 with :
1616 lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
1717 locks-per-execution : 100
You can’t perform that action at this time.
0 commit comments