mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
close #2847
This commit is contained in:
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@@ -13,6 +13,17 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
@@ -51,10 +62,6 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user