From 197c65d700bab19cf43815f3bf01a6284ddd6f28 Mon Sep 17 00:00:00 2001 From: Neo Vern <22141172+Silentely@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:32:42 +0800 Subject: [PATCH] Add language setting for Chinese in workflow Signed-off-by: Neo Vern <22141172+Silentely@users.noreply.github.com> --- .github/workflows/nomore-spam.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nomore-spam.yml b/.github/workflows/nomore-spam.yml index fc3f0e0..5258880 100644 --- a/.github/workflows/nomore-spam.yml +++ b/.github/workflows/nomore-spam.yml @@ -27,4 +27,5 @@ jobs: labels: 'bug,enhancement,question' analyze-file-changes: 'true' max-analysis-depth: 'normal' - blacklist: ${{ secrets.BLACKLIST }} # 可选:黑名单用户列表 \ No newline at end of file + language: 'zh-CN' + blacklist: ${{ secrets.BLACKLIST }} # 可选:黑名单用户列表