[skip ci] feat(ci): add fix issue labeler
This commit is contained in:
@@ -13,6 +13,14 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
labelFixedIssue:
|
||||||
|
run-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Fixed Issues Labeler
|
||||||
|
uses: gh-bot/fix-labeler@v2
|
||||||
|
with:
|
||||||
|
label: 已解决
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user