소스 검색

Update config for lock v3

Daniel Gibbs 4 년 전
부모
커밋
8253bdf476
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/lock.yml

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

@@ -11,11 +11,11 @@ jobs:
       - uses: dessant/lock-threads@v3
       - uses: dessant/lock-threads@v3
         with:
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           github-token: ${{ secrets.GITHUB_TOKEN }}
-          issue-lock-comment: >
+          issue-comment: >
             This issue has been automatically locked since there
             This issue has been automatically locked since there
             has not been any recent activity after it was closed.
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.
             Please open a new issue for related bugs.
-          pr-lock-comment: >
+          pr-comment: >
             This pull request has been automatically locked since there
             This pull request has been automatically locked since there
             has not been any recent activity after it was closed.
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.
             Please open a new issue for related bugs.