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

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


The following commit(s) were added to refs/heads/fix-stale by this push:
     new b87a5db  chore: update stale action period
b87a5db is described below

commit b87a5dbb2a17868d9c4fff28120dd9f5608b3b40
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Sep 3 16:34:20 2021 +0800

    chore: update stale action period
---
 .github/workflows/stale.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index b10ee48..ec70f38 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -6,7 +6,7 @@ permissions:
 
 on:
   schedule:
-    - cron: '10 * * * *'
+    - cron: '0 21 * * *'
 
 jobs:
   stale:
@@ -19,10 +19,10 @@ jobs:
           days-before-close: 7
           stale-issue-label: stale
           stale-pr-label: stale
-          stale-issue-message: 'This issue 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 issue.'
-          close-issue-message: 'This issue has been automatically closed 
because it has not had 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!'
+          stale-issue-message: 'This issue has been automatically marked as 
stale because it does 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 issue.'
+          close-issue-message: 'This issue has been automatically closed 
because it does not had 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!'
           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'
-          operations-per-run: 50
+          operations-per-run: 500
           ascending: true

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

Reply via email to