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
|
name: Stale
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '35 * * * *'
|
- cron: '35 9 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
# contents: write # only for delete-branch option
|
# contents: write # only for delete-branch option
|
||||||
|
|
Loading…
Reference in New Issue