Skip to content

Commit

Permalink
Update lock inactive days (iv-org#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored Aug 16, 2021
1 parent b5d2eb5 commit 8bd2669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
pr-lock-inactive-days: '30'
issue-lock-inactive-days: '240'
pr-lock-inactive-days: '240'
issue-lock-reason: 'resolved'
pr-lock-reason: 'resolved'

Expand Down

0 comments on commit 8bd2669

Please sign in to comment.