From 807ef53c26251b27c7b8eb10d17b608b30919ce1 Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 24 Mar 2026 19:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=BA=90=E4=BB=93=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E6=96=87=E6=98=8E=E8=AE=A8=E8=AE=BA=EF=BC=8C=E9=9D=9E=E8=AF=9A?= =?UTF-8?q?=E5=8B=BF=E6=89=B0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/close-invalid-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-invalid-issues.yml b/.github/workflows/close-invalid-issues.yml index c641958..4934ee1 100644 --- a/.github/workflows/close-invalid-issues.yml +++ b/.github/workflows/close-invalid-issues.yml @@ -23,7 +23,7 @@ jobs: const abusiveWords = [ '傻逼','sb','垃圾','废物','狗屎','他妈','滚','草泥马', 'fuck','shit','操你','你妈','去死','蠢货','弱智','脑残', - '煞笔','白痴','混蛋','烂货','简历','个人信息','B站','假' + '煞笔','白痴','混蛋','烂货','简历','个人信息','B站','假','找工作','金沙' ]; const isAbusive = abusiveWords.some(w => text.includes(w));