vcs: fix lock workflow config (#1113)
This commit is contained in:
parent
84b4396476
commit
90bc38c840
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue