mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
[skip ci] feat(ci): add fix issue labeler
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -13,6 +13,14 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
labelFixedIssue:
|
||||
run-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fixed Issues Labeler
|
||||
uses: gh-bot/fix-labeler@v2
|
||||
with:
|
||||
label: 已解决
|
||||
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user