fix: 复用单元格滚动后TableSheet的seriesNumber和普通单元格样式异常 #3713
Workflow file for this run
This file contains hidden or 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 Auto Set Label | |
| on: | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| auto-set-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: pr-auto-label | |
| uses: actions-cool/pr-auto-label@v1 | |
| with: | |
| enum: 'fix, chore, feat, refactor, test, docs' | |
| extra: 'feat/feature, docs/documentation' |