From 8a829cdc8d9c5afdeca2df6079e60d0c46034350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E9=BB=91=E6=A3=AE=E6=9E=97?= Date: Wed, 29 Jan 2025 10:35:28 +0800 Subject: [PATCH] Update issue-close.yml --- .github/workflows/issue-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-close.yml b/.github/workflows/issue-close.yml index adc2eaf2..c98a3bd6 100644 --- a/.github/workflows/issue-close.yml +++ b/.github/workflows/issue-close.yml @@ -19,7 +19,7 @@ jobs: - name: Handle labeled issues if: github.event.action == 'labeled' run: | - if [[ "${{ github.event.label.name }}" == "❌ 拒绝" || "${{ github.event.label.name }}" == "😂 移交上游" || "${{ github.event.label.name }}" == "❌ 忽略" ]]; then + if [[ "${{ github.event.label.name }}" == "❌ 拒绝" || "${{ github.event.label.name }}" == "😂 移交上游" || "${{ github.event.label.name }}" == "❌ 忽略" || "${{ github.event.label.name }}" == "❌ 第三方" || "${{ github.event.label.name }}" == "❌ 暂无计划"]]; then curl -X PATCH \ -H "Authorization: token ${{ secrets.BOT }}" \ -H "Accept: application/vnd.github.v3+json" \