diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec5fca744..ea59b278b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,6 @@ on: workflow_dispatch: jobs: - labelFixedIssue: - runs-on: ubuntu-latest - steps: - - name: Fixed Issues Labeler - uses: gh-bot/fix-labeler@v2 - with: - label: 已解决 - prepare: runs-on: ubuntu-latest outputs: @@ -59,6 +51,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Fixed Issues Labeler + uses: gh-bot/fix-labeler@v2 + with: + label: 已解决 - name: Clear 18PlusList.txt run: | echo "清空18PlusList.txt"