1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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