1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Tools: Run stale action once a day at 16:00

This commit is contained in:
Laurent
2022-01-10 15:20:50 +00:00
committed by GitHub
parent fb6069de6d
commit 09ed92bc26

View File

@@ -1,7 +1,7 @@
name: 'Close stale issues'
on:
schedule:
- cron: '0 */6 * * *'
- cron: '0 16 * * *'
permissions:
issues: write
jobs: