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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c6eb5f7112 [fix](github) fix stale action (#55994)
0c6eb5f7112 is described below

commit 0c6eb5f7112d3a28c41b839ba66a925a56d07874
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri Sep 12 19:52:09 2025 -0700

    [fix](github) fix stale action (#55994)
    
    followup #41612
---
 .github/workflows/stale.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 1b5eadb783f..0700142e3e6 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -29,7 +29,7 @@ jobs:
       issues: write
       pull-requests: write
     steps:
-    - uses: actions/stale@c201d45ef4b0ccbd3bb0616f93bae13e73d0a080 # [email protected]
+    - uses: actions/stale@v3
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-pr-message: >
@@ -46,9 +46,7 @@ jobs:
           If you'd like to revive this issue, please reopen it and feel free a
           maintainer to remove the Stale tag!
           
-        days-before-stale: 180
+        days-before-pr-stale: 180
         days-before-issue-stale: 180
+        days-before-close: 10
         operations-per-run: 1000
-        # Setting this to 0 is the same as setting it to 1.
-        # See: https://github.com/actions/stale/issues/28
-        days-before-close: 0


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to