From bb947ca50d2f7c06ed598a68b8d557ad0bde459c Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Tue, 20 Aug 2024 14:27:15 +0530 Subject: [PATCH] chore: Remove closing comment on issues/PRs (#9964) --- .github/workflows/lock.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index c42909856..5420e829b 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -25,13 +25,5 @@ jobs: with: issue-inactive-days: '30' issue-lock-reason: 'resolved' - issue-comment: > - This issue has been automatically locked since there - has not been any recent activity after it was closed. - Please open a new issue for related bugs. pr-inactive-days: '30' pr-lock-reason: 'resolved' - 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.