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 3d3a188 commit 1117eeeCopy full SHA for 1117eee
.github/workflows/lock.yml
@@ -4,7 +4,7 @@ name: 'Lock Issues'
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: '0 * * * *'
+ - cron: '0 0 * * *'
8
9
permissions:
10
issues: write
@@ -19,3 +19,7 @@ jobs:
19
process-only: 'issues'
20
issue-lock-inactive-days: '30'
21
issue-lock-reason: ''
22
+ issue-lock-comment: >
23
+ This issue has been automatically locked since there
24
+ has not been any recent activity after it was closed.
25
+ Please open a new issue for related bugs.
0 commit comments