ci: update lock threads workflow

This commit is contained in:
Nicolas Giard 2022-06-16 14:26:35 -04:00 committed by GitHub
parent 3252e75c49
commit df27d0f3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Lock Threads
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'
workflow_dispatch:
permissions:
@ -21,3 +21,4 @@ jobs:
github-token: ${{ github.token }}
issue-inactive-days: 7
pr-inactive-days: 3
log-output: true