diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 297ae8c9d..850350bca 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -13,13 +13,13 @@ jobs: - uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 with: github-token: ${{ secrets.GH_PAT_BOT }} - issue-lock-inactive-days: '7' - issue-lock-comment: > + issue-inactive-days: '7' + issue-comment: > This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. - pr-lock-inactive-days: '2' - pr-lock-comment: > + pr-inactive-days: '2' + pr-comment: > This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.