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 2022/09/05 03:54:20 UTC

[echarts] branch fix-stale created (now 7808c95cb)

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

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


      at 7808c95cb chore(stale): issues with milestone TBD should not be marked as stale

This branch includes the following new commits:

     new 7808c95cb chore(stale): issues with milestone TBD should not be marked as stale

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[echarts] 01/01: chore(stale): issues with milestone TBD should not be marked as stale

Posted by ov...@apache.org.
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

commit 7808c95cbe7971777f518cf79c7ad5df92e2a0c1
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Sep 5 11:53:22 2022 +0800

    chore(stale): issues with milestone TBD should not be marked as stale
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2c293e76c..3085c055b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -26,5 +26,6 @@ jobs:
           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-milestones: 'TBD'
           operations-per-run: 500
           ascending: true


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