We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e632526 commit 7b173cfCopy full SHA for 7b173cf
1 file changed
.github/workflows/autolock-conversations.yml
@@ -4,7 +4,7 @@ name: 'Lock Threads'
4
5
on: # yamllint disable-line rule:truthy
6
schedule:
7
- - cron: '0 0 * * *'
+ - cron: '*/10 * * * *'
8
workflow_dispatch:
9
10
permissions:
0 commit comments