You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/09/03 07:00:49 UTC

[echarts] branch fix-stale updated: chore: fix stale config

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 2c1a4fb  chore: fix stale config
2c1a4fb is described below

commit 2c1a4fb4e6f4118a22d2bc498869fcaa4296bbf6
Author: Ovilia <zw...@gmail.com>
AuthorDate: Fri Sep 3 14:59:57 2021 +0800

    chore: fix stale config
---
 .github/workflows/stale.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 8967fe5..b10ee48 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -6,7 +6,7 @@ permissions:
 
 on:
   schedule:
-    - cron: '50 * * * *'
+    - cron: '10 * * * *'
 
 jobs:
   stale:
@@ -23,8 +23,6 @@ jobs:
           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-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'
+          exempt-issue-labels: 'FAQ,priority: high'
           operations-per-run: 50
           ascending: true

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