Skip to content

云晓晨CatchYXC #1283

云晓晨CatchYXC

云晓晨CatchYXC #1283

Workflow file for this run

# Issue 创建时自动标记“待处理”标签
name: 【Open】Label and move to project on issue open
on:
issues:
types: [opened]
jobs:
label-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issue
uses: andymckay/labeler@master
with:
add-labels: "待处理"
repo-token: ${{ secrets.GITHUB_TOKEN }}