feat: 新增treeLineShow配置和usePolyline,给树形表头扩展配置线性功能(优化版) #621
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 Auto Set Next Label | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
branches: 'next' | |
jobs: | |
auto-set-next-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: pr-auto-set-next-label | |
uses: actions-cool/issues-helper@main | |
with: | |
actions: 'add-labels' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.pull_request.number }} | |
labels: 'next' |