From a6415c62979db59fecc49086de8d7d241670f0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 16 Aug 2023 11:05:04 +0200 Subject: [PATCH] chore: update lock bot wording (#54099) Follow-up of #54048. We changed the lock action from waiting 1 month to 2 weeks, but the wording was not reflecting it. --- .github/workflows/issue_lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_lock.yml b/.github/workflows/issue_lock.yml index 32bb5494e23a7..f5107914384ac 100644 --- a/.github/workflows/issue_lock.yml +++ b/.github/workflows/issue_lock.yml @@ -24,6 +24,6 @@ jobs: add-issue-labels: 'locked' add-pr-labels: 'locked' issue-inactive-days: 14 - issue-comment: 'This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.' + issue-comment: 'This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.' pr-inactive-days: 14 log-output: true