You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/07/04 02:14:06 UTC

[echarts] 01/01: chore(workflow): close stale issues as not planned rather than completed. [ci skip]

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

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

commit 731362be0a1d7e0d0f996a40fe829cd90926fdae
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Jul 4 10:10:51 2022 +0800

    chore(workflow): close stale issues as not planned rather than completed. [ci skip]
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 50295e8a6..d0fc4545b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -22,6 +22,7 @@ jobs:
           stale-pr-label: stale
           stale-issue-message: 'This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.'
           close-issue-message: 'This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!'
+          close-issue-reason: 'not_planned'
           stale-pr-message: 'This PR 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. If you wish not to mark it as stale, please leave a comment in this PR. We are sorry for this but 2 years is a long time and the code base has been changed a lot. Thanks for your contribution anyway.'
           close-pr-message: 'This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution.'
           exempt-issue-labels: 'FAQ,priority: high'


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