⬆️ Upgrade lock-threads workflow to 3.0.0 (#177)

This commit is contained in:
Franck Nijhof 2021-10-07 14:13:43 +02:00 committed by GitHub
parent e42593ffc7
commit aa99f4db31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,10 @@ jobs:
name: 🔒 Lock closed issues and PRs name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/lock-threads@v2.1.2 - uses: dessant/lock-threads@v3.0.0
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
issue-lock-inactive-days: "30" issue-inactive-days: "30"
issue-lock-reason: "" issue-lock-reason: ""
pr-lock-inactive-days: "1" pr-inactive-days: "1"
pr-lock-reason: "" pr-lock-reason: ""