From 556f46e205c84dfe46ac7a4f0329307df3152e7e Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:57:39 +0800 Subject: [PATCH] ci: update github action --- .github/workflows/issue_close_inactive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_close_inactive.yml b/.github/workflows/issue_close_inactive.yml index a8c5466..544922a 100644 --- a/.github/workflows/issue_close_inactive.yml +++ b/.github/workflows/issue_close_inactive.yml @@ -15,7 +15,7 @@ jobs: actions: "close-issues" token: ${{ secrets.GITHUB_TOKEN }} inactive-day: 30 - exclude-labels: "enhancement,bug" + exclude-labels: "enhancement,bug,FAQ" close-reason: "not_planned" body: | This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.