From 39fede66e60781fc0ece2e21483b775eebe04be0 Mon Sep 17 00:00:00 2001 From: John Guo Date: Wed, 18 Jan 2023 17:04:26 +0800 Subject: [PATCH] add label `planned` for ci to check issue inactive (#2408) add label planned for ci to check issue inactive --- .github/workflows/issue-check-inactive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-check-inactive.yml b/.github/workflows/issue-check-inactive.yml index f4a91fc1f..069af447f 100644 --- a/.github/workflows/issue-check-inactive.yml +++ b/.github/workflows/issue-check-inactive.yml @@ -25,4 +25,4 @@ jobs: inactive-label: 'inactive' inactive-day: 7 issue-state: open - exclude-labels: 'bug,$exclude-empty' \ No newline at end of file + exclude-labels: 'bug,planned,$exclude-empty' \ No newline at end of file