fix: 修复存在字段标记的 icon 时, 紧凑模式列宽计算错误出现省略号的问题 #1376
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |