From e0357bf7d041e4554529245d5504c27c39d09078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E9=BB=91=E6=A3=AE=E6=9E=97?= <131975043+Deep-Dark-Forest@users.noreply.github.com> Date: Wed, 1 May 2024 12:53:12 +0800 Subject: [PATCH] Update Reopen.yml --- .github/workflows/Reopen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Reopen.yml b/.github/workflows/Reopen.yml index 2d73f8b..1773e5e 100644 --- a/.github/workflows/Reopen.yml +++ b/.github/workflows/Reopen.yml @@ -1,4 +1,4 @@ -name: Remove '拒绝' Label on PR Reopen +name: Remove '× 拒绝' Label on PR Reopen on: pull_request: @@ -8,13 +8,13 @@ jobs: remove-label: runs-on: ubuntu-latest steps: - - name: Remove '拒绝' label + - name: Remove '× 拒绝' label uses: actions/github-script@v5 with: github-token: ${{ secrets.SHEEP }} script: | const { owner, repo, number } = context.issue; - const labelToRemove = '拒绝'; + const labelToRemove = '× 拒绝'; const { data: labels } = await github.rest.issues.listLabelsOnIssue({ owner, repo,