From f4b9d01c98b092354089fc25da145b63c3fe20c6 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 17 Aug 2023 17:51:03 -0500 Subject: [PATCH] [ci] prevent lock-threads from locking issues with label 'feature request' --- .github/workflows/lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a7a56329fac4..72d8b7c2f585 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -26,16 +26,16 @@ jobs: pr-inactive-days: '90' # do not close feature request issues... # we close those but track them in https://github.com/microsoft/LightGBM/issues/2302 - exclude-any-issue-labels: 'feature request' + exclude-any-issue-labels: '"feature request"' # what labels should be removed prior to locking? remove-issue-labels: 'awaiting response,awaiting review,blocking,in progress' remove-pr-labels: 'awaiting response,awaiting review,blocking,in progress' # what message should be posted prior to locking? - issue-comment: | + issue-comment: > This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. - pr-comment: | + pr-comment: > This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.