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 12344fe commit 49214cdCopy full SHA for 49214cd
.github/workflows/lock.yml
@@ -4,7 +4,7 @@ name: 'Lock Issues'
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: '0 0 * * *'
+ - cron: '45 22 * * *'
8
9
permissions:
10
issues: write
@@ -22,5 +22,5 @@ jobs:
22
issue-lock-reason: ''
23
issue-comment: >
24
This issue has been automatically locked since there
25
- has not been any recent activity after it was closed.
+ has not been any recent activity since it was closed.
26
Please open a new issue for related bugs.
0 commit comments