From 0d2a332ed02658d97ab1d4d36f5bd1a8dddbe8d1 Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Tue, 3 Oct 2023 12:03:10 +0800 Subject: [PATCH] fix(actions): not mark stale label to announcement type issues --- .github/workflows/issue-check-inactive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-check-inactive.yml b/.github/workflows/issue-check-inactive.yml index 805170c988..e3cb873a64 100644 --- a/.github/workflows/issue-check-inactive.yml +++ b/.github/workflows/issue-check-inactive.yml @@ -14,3 +14,4 @@ jobs: actions: 'check-inactive' inactive-label: 'stale' inactive-day: 30 + exclude-labels: 'announcement'