Skip to content

Commit

Permalink
⬆️ Upgrade lock-threads workflow to 3.0.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 7, 2021
1 parent ec64826 commit f4d4eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2.1.2
- uses: dessant/lock-threads@v3.0.0
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "30"
issue-inactive-days: "30"
issue-lock-reason: ""
pr-lock-inactive-days: "1"
pr-inactive-days: "1"
pr-lock-reason: ""

0 comments on commit f4d4eef

Please sign in to comment.