Skip to content

[BUG]接口测试foreach循环控制器也会默认遍历CSV文件的数据 #5202

[BUG]接口测试foreach循环控制器也会默认遍历CSV文件的数据

[BUG]接口测试foreach循环控制器也会默认遍历CSV文件的数据 #5202

Workflow file for this run

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