From cade4a90516f2951d2ed470f5f0fd8f7991771d5 Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 4 Apr 2023 08:27:57 +0300 Subject: [PATCH] Update lock wf (#748) --- .github/workflows/lock.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 8c5220e4..d608e67f 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.