You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2023/05/15 09:45:36 UTC

[dolphinscheduler] branch dev updated: chore: roadmap should not label stale (#14103)

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

chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2124a95081 chore: roadmap should not label stale (#14103)
2124a95081 is described below

commit 2124a95081f11d57a21633e0ad9e1d75bf324f21
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Mon May 15 17:45:22 2023 +0800

    chore: roadmap should not label stale (#14103)
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2e66f6404b..8746672ac7 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -33,7 +33,7 @@ jobs:
           days-before-issue-stale: 30
           days-before-issue-close: 7
           # We do not stale Issues with label `Waiting for reply`, `feature` and `DSIP`
-          exempt-issue-labels: 'Waiting for reply,feature,DSIP,security'
+          exempt-issue-labels: 'Waiting for reply,feature,DSIP,security,roadmap'
           stale-issue-message: >
             This issue has been automatically marked as stale because it has not had recent activity
             for 30 days. It will be closed in next 7 days if no further activity occurs.