Skip to content

Commit

Permalink
Reduce lock thread runs to daily (#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Jun 1, 2022
1 parent 210095f commit 0f358ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock-issues.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'

permissions:
issues: write
Expand All @@ -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

0 comments on commit 0f358ea

Please sign in to comment.