Browse Source

vcs: fix lock workflow config (#1113)

Baptiste Augrain 3 năm trước cách đây
mục cha
commit
90bc38c840
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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'