vcs: fix lock workflow config (#1113)

This commit is contained in:
Baptiste Augrain 2022-06-08 18:00:26 +02:00 committed by GitHub
parent 84b4396476
commit 90bc38c840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,4 +11,5 @@ jobs:
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '90'
issue-inactive-days: '90'
pr-inactive-days: '90'