Skip to content

Commit

Permalink
Merge pull request #10632 from sphinx-doc/update_lock-threads
Browse files Browse the repository at this point in the history
CI: Update lock-threads to v3
  • Loading branch information
tk0miya committed Jul 3, 2022
2 parents 6de301e + 5c22bd8 commit a9cd517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
if: github.repository_owner == 'sphinx-doc'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
pr-lock-inactive-days: '30'
issue-inactive-days: '30'
pr-inactive-days: '30'

0 comments on commit a9cd517

Please sign in to comment.