Skip to content

fix(copy): 修复刷选复制行列头时, 数值单元格未格式化 & 存在省略号时未复制原始值 #1169

fix(copy): 修复刷选复制行列头时, 数值单元格未格式化 & 存在省略号时未复制原始值

fix(copy): 修复刷选复制行列头时, 数值单元格未格式化 & 存在省略号时未复制原始值 #1169

Workflow file for this run

name: PR Closed
on:
pull_request_target:
types: [closed]
jobs:
pr-closed:
runs-on: ubuntu-latest
steps:
- name: Remove lint and test failed labels
uses: actions-cool/issues-helper@main
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
labels: '🚨 lint failed,🚨 test failed'