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

zhongjiajie 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 502fbb0f1c impv: not mark issue stale with security label (#10982)
502fbb0f1c is described below

commit 502fbb0f1cf5939194a6cfb64a2faac8cfec1ce7
Author: Jiajie Zhong <[email protected]>
AuthorDate: Mon Jul 18 12:00:20 2022 +0800

    impv: not mark issue stale with security label (#10982)
---
 .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 ee7d86047b..bba1b67b87 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`, `new 
feature` and `DSIP`
-          exempt-issue-labels: 'Waiting for reply,new feature,DSIP'
+          exempt-issue-labels: 'Waiting for reply,new feature,DSIP,security'
           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.

Reply via email to