Skip to content

Commit

Permalink
Schedule Lock Action at 0:00, 6:00, 12:00, 18:00 and not every hour b…
Browse files Browse the repository at this point in the history
…ecause of rate limits
  • Loading branch information
SabotageAndi authored Nov 23, 2021
1 parent 26b55d5 commit 8814b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
- cron: '* 0,6,12,18 * * *'

jobs:
lock:
Expand All @@ -14,4 +14,4 @@ jobs:
issue-lock-inactive-days: '30'
issue-lock-comment: 'This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'
issue-lock-reason: 'resolved'
process-only: 'issues'
process-only: 'issues'

0 comments on commit 8814b43

Please sign in to comment.