This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
自制图床,讨论区 Ctrl+V 上传图片 #671
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |