Run the "stale" script 3 times a week

master
Xavier Leroy 2020-05-09 10:42:01 +02:00
parent f7ec223df9
commit 37c5bd87a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: "Close stale issues"
on:
schedule:
- cron: "15 4 * * *"
- cron: "15 4 * * 1,3,5"
jobs:
stale: