Merge pull request #4066 from h3poteto/reduce/stale

Change stale workflow schedule
This commit is contained in:
AkiraFukushima 2023-01-31 21:15:31 +09:00 committed by GitHub
commit aa0fe8fc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Stale
on:
schedule:
- cron: '35 * * * *'
- cron: '35 9 * * *'
permissions:
# contents: write # only for delete-branch option