From 6ee80c3ea771ce4435c072a148cc325949941d9a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:20:21 +0200 Subject: [PATCH] Update lock-closed-issues-discussions-and-prs.yml --- .../lock-closed-issues-discussions-and-prs.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/lock-closed-issues-discussions-and-prs.yml b/.github/workflows/lock-closed-issues-discussions-and-prs.yml index 803576abb..c717a9fc6 100644 --- a/.github/workflows/lock-closed-issues-discussions-and-prs.yml +++ b/.github/workflows/lock-closed-issues-discussions-and-prs.yml @@ -1,4 +1,4 @@ -name: Lock Closed Issues, PRs, and Discussions +name: Lock Closed Issues, Discussions, and PRs on: schedule: @@ -21,15 +21,3 @@ jobs: issue-inactive-days: '30' pr-inactive-days: '30' discussion-inactive-days: '30' - issue-lock-reason: 'resolved' - pr-lock-reason: 'resolved' - log-output: true - issue-comment: > - This issue has been automatically locked. - If you have a related issue, please open a new one with a link to this issue. - pr-comment: > - This pull request has been automatically locked. - If you have a related pull request, please open a new one with a link to this PR. - discussion-comment: > - This discussion has been automatically locked. - If you have a related topic, please open a new discussion with a link to this one.