From 2e6d21ea86132235f6dd86c0fd1c5a3298e5b105 Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 4 Apr 2023 08:24:44 +0300 Subject: [PATCH] Update lock wf (#3222) --- .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 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.