This commit is contained in:
Xwite
2023-03-08 07:21:48 +08:00
committed by GitHub
parent 480b737e68
commit 8205152cc4
+11 -4
View File
@@ -13,6 +13,17 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
labelFixedIssue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Fixed Issues Labeler
uses: gh-bot/fix-labeler@v2
with:
label: 已解决
prepare: prepare:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
@@ -51,10 +62,6 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Fixed Issues Labeler
uses: gh-bot/fix-labeler@v2
with:
label: 已解决
- name: Clear 18PlusList.txt - name: Clear 18PlusList.txt
run: | run: |
echo "清空18PlusList.txt" echo "清空18PlusList.txt"