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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6828ec8d677 Add duplicated label to stale plugin (#33729)
6828ec8d677 is described below

commit 6828ec8d6772459d1914d99c59f9f6cf3396794f
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Nov 20 10:42:01 2024 +0800

    Add duplicated label to stale plugin (#33729)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index d52bf55912d..d87cafa6694 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -159,7 +159,7 @@ jobs:
           days-before-pr-stale: -1
           days-before-close: -1
           stale-issue-label: "stale"
-          any-of-issue-labels: "status: need more info,type: question"
+          any-of-issue-labels: "status: need more info,type: question,type: 
duplicate"
           operations-per-run: 100
           remove-stale-when-updated: true
           stale-issue-message: >

Reply via email to