This is an automated email from the ASF dual-hosted git repository.

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 9515331ef4b Refactor : Refactor the stale timeout days from 30 to 7 
(#32107)
9515331ef4b is described below

commit 9515331ef4b022c2e6ba359fab8dd8ab3d8c8106
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jul 15 10:50:08 2024 +0800

    Refactor : Refactor the stale timeout days from 30 to 7 (#32107)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 0e4b9a11711..22cdaff4236 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -185,7 +185,7 @@ jobs:
       - uses: actions/stale@v9
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
-          days-before-issue-stale: 30
+          days-before-issue-stale: 7
           days-before-pr-stale: -1
           days-before-close: -1
           stale-issue-label: "stale"

Reply via email to