Merge pull request #4066 from h3poteto/reduce/stale
Change stale workflow schedule
This commit is contained in:
commit
aa0fe8fc2e
|
@ -1,7 +1,7 @@
|
|||
name: Stale
|
||||
on:
|
||||
schedule:
|
||||
- cron: '35 * * * *'
|
||||
- cron: '35 9 * * *'
|
||||
|
||||
permissions:
|
||||
# contents: write # only for delete-branch option
|
||||
|
|
Loading…
Reference in New Issue