From 028d15049822609891a27ab538ca34dfbca29b9f Mon Sep 17 00:00:00 2001 From: pivoshenko Date: Sat, 8 Feb 2025 20:43:21 +0000 Subject: [PATCH] ci(workflows): update lock-threads comments for clarity --- .github/workflows/lock-threads.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lock-threads.yaml b/.github/workflows/lock-threads.yaml index 4f465e6..a37572b 100644 --- a/.github/workflows/lock-threads.yaml +++ b/.github/workflows/lock-threads.yaml @@ -19,7 +19,7 @@ jobs: process-only: issues issue-inactive-days: 30 issue-comment: | - This issue has been automatically locked since there has not been any recent activity after it was closed. + This issue has been automatically locked due to inactivity since its closure. lock-prs: runs-on: ubuntu-latest @@ -34,4 +34,4 @@ jobs: process-only: prs pr-inactive-days: 30 pr-comment: > - This pull request has been automatically locked since there has not been any recent activity after it was closed. + This pull request has been automatically locked due to inactivity since its closure.