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 ca05af7725b Refactor : add label restriction for stale workflow 
(#32063)
ca05af7725b is described below

commit ca05af7725bfe1327d1985db9ce41504db92946e
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jul 11 14:37:27 2024 +0800

    Refactor : add label restriction for stale workflow (#32063)
---
 .github/workflows/nightly-check.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index ca805bed143..0e4b9a11711 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -189,6 +189,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"
           operations-per-run: 100
           remove-stale-when-updated: true
           stale-issue-message: >

Reply via email to