Jelajahi Sumber

vcs: fix lock workflow config (#1113)

Baptiste Augrain 3 tahun lalu
induk
melakukan
90bc38c840
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .github/workflows/lock.yml

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

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