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