Browse Source

vcs: fix lock workflow config (#1113)

Baptiste Augrain 3 years ago
parent
commit
90bc38c840
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/lock.yml

+ 2 - 1
.github/workflows/lock.yml

@@ -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'