Skip to content

fix: 在提交界面显示并提交验证码 #6058

fix: 在提交界面显示并提交验证码

fix: 在提交界面显示并提交验证码 #6058

name: AutoLabelIssue
on:
issue_comment:
types:
- created
- edited
jobs:
AutoLabel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- run: |
cd ./Update
npm install
node ./AutoLabel.js ${{ steps.generate_token.outputs.token }}