Reduce lock thread runs to daily (#6150)

This commit is contained in:
Nate Prewitt
2022-06-01 11:51:04 -06:00
committed by GitHub
parent 210095fd08
commit 0f358eabe6
+2 -2
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
permissions:
issues: write
@@ -13,7 +13,7 @@ jobs:
if: github.repository_owner == 'psf'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
- uses: dessant/lock-threads@v3
with:
issue-lock-inactive-days: 90
pr-lock-inactive-days: 90