Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

[Feature Request] 自己造图床 #721

[Feature Request] 自己造图床

[Feature Request] 自己造图床 #721

name: AutoLabelIssue
on:
issue_comment:
types:
- created
- edited
jobs:
AutoLabel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
cd ./Update
npm install
node ./AutoLabel.js ${{ secrets.GITHUB_TOKEN }}