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

wangzx pushed a commit to branch auto-close-inactive-issues
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 1c73454d3dd9b79c0a10e99e9d29c2f638103052
Author: Zhongxiang Wang <y...@all-my-life.cn>
AuthorDate: Mon Apr 3 13:50:08 2023 +0800

    chore: add a new step to close inactive issues that awaiting author's 
response
---
 .github/workflows/stale.yml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 5cf94e3b0..e4d534df6 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,7 +14,7 @@ jobs:
     if: ${{ github.repository_owner == 'apache' }}
     steps:
       - name: Close Stale Issues
-        uses: actions/stale@v6
+        uses: actions/stale@v8
         with:
           days-before-stale: 730
           days-before-close: 7
@@ -29,3 +29,15 @@ jobs:
           exempt-all-milestones: true
           operations-per-run: 500
           ascending: true
+
+      - name: Close Inactive Issues That Awaiting Author's Response
+        uses: actions/stale@v8
+        with:
+          days-before-stale: 3
+          # stale bot only adds the label
+          # echarts bot will close it and leave message
+          days-before-close: -1
+          only-issue-labels: 'waiting-for: author'
+          stale-issue-label: 'inactive'
+          exempt-issue-labels: 'FAQ,priority: high'
+          exempt-all-milestones: true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to