Skip to content

[BUG]自定义插件断言,影响下一步自定义请求 #5782

[BUG]自定义插件断言,影响下一步自定义请求

[BUG]自定义插件断言,影响下一步自定义请求 #5782

Workflow file for this run

name: Issue Open Check
on:
issues:
types: [opened]
jobs:
issue-open-add-labels:
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.issue.pull_request }}
with:
actions: 'add-labels'
labels: '状态:待处理'