Skip to content

请问为什么链接正常打开,在开往显示 LOST? #1342

请问为什么链接正常打开,在开往显示 LOST?

请问为什么链接正常打开,在开往显示 LOST? #1342

Workflow file for this run

# Issue 关闭 时自动 删除“待回应”、“待处理”标签
name: 【Closed】Label and move to project on issue closed
on:
issues:
types: [closed]
jobs:
remove-labels:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Remove labels
uses: andymckay/labeler@master
with:
remove-labels: "待处理, 待回应, 处理中, 观察期"
repo-token: ${{ secrets.GITHUB_TOKEN }}