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

zhaojinchao 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 f39b52bfee0 Add : add invalid in stale check (#34038)
f39b52bfee0 is described below

commit f39b52bfee012ef616082b4d48844a0c713150f3
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Dec 13 15:32:58 2024 +0800

    Add : add invalid in stale check (#34038)
---
 .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 dfe30e9f377..85412101d1e 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -126,7 +126,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,type: 
duplicate"
+          any-of-issue-labels: "status: need more info,type: question,type: 
duplicate,status: invalid"
           operations-per-run: 100
           remove-stale-when-updated: true
           stale-issue-message: >

Reply via email to