From f2045aef28011325da873cb83678207dddc71da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Fri, 13 Dec 2024 15:27:40 +0800 Subject: [PATCH] Add : add invalid in stale check --- .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 dfe30e9f3771f..85412101d1eb0 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: >