From d983e555fdcc2d7d69ce14585924fa28f6eb40ce Mon Sep 17 00:00:00 2001 From: shiyutang <34859558+shiyutang@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:40:20 +0800 Subject: [PATCH] Update mark_stale_issue.yml --- .github/workflows/mark_stale_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mark_stale_issue.yml b/.github/workflows/mark_stale_issue.yml index 8775dffea..d6e86de35 100644 --- a/.github/workflows/mark_stale_issue.yml +++ b/.github/workflows/mark_stale_issue.yml @@ -25,7 +25,7 @@ jobs: repo-token: ${{ secrets.PAT }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.' stale-issue-label: 'stale' - close-issue-reason: 'The issue is stale and not response is provided after 7 days.' + close-issue-reason: 'completed' exempt-issue-labels: 'bug, feature request, good first issue' operations-per-run: 900 days-before-pr-stale: -1