From 486202c85f30161ccc138cb097b32ba2ebe1c44c Mon Sep 17 00:00:00 2001 From: LuYaoQi Date: Fri, 10 May 2024 08:34:26 +0800 Subject: [PATCH] update the workflow --- .github/workflows/inactive-issue-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inactive-issue-close.yml b/.github/workflows/inactive-issue-close.yml index 0e60799..47547b5 100644 --- a/.github/workflows/inactive-issue-close.yml +++ b/.github/workflows/inactive-issue-close.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/stale@v5 with: - days-before-issue-stale: 60 + days-before-issue-stale: 150 days-before-issue-close: 30 stale-issue-label: "overdue" stale-issue-message: "This issue is stale because it has been open for 60 days with no activity."