Skip to content

[BUG] 功能用例编写页面,切换tab页保存,没有弹出是否保存提示,直接关闭网页点x 也没有提示 #5188

[BUG] 功能用例编写页面,切换tab页保存,没有弹出是否保存提示,直接关闭网页点x 也没有提示

[BUG] 功能用例编写页面,切换tab页保存,没有弹出是否保存提示,直接关闭网页点x 也没有提示 #5188

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: '状态:待处理'