Skip to content

Commit

Permalink
Update schedule for lock.yml
Browse files Browse the repository at this point in the history
To avoid hitting API rate limits
[skip ci]
  • Loading branch information
diemol authored Mar 22, 2024
1 parent 12344fe commit 49214cd
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 @@ -4,7 +4,7 @@ name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '45 22 * * *'

permissions:
issues: write
Expand All @@ -22,5 +22,5 @@ jobs:
issue-lock-reason: ''
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
has not been any recent activity since it was closed.
Please open a new issue for related bugs.

0 comments on commit 49214cd

Please sign in to comment.