🙏在AntV S2的SheetComponent组件中,给自定义的树形结构,添加一个Polyline,以添加层次感 #1249
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: Issues Similarity Analysis | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
similarity-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: analysis | |
uses: actions-cool/issues-similarity-analysis@main | |
with: | |
filter-threshold: 0.7 | |
title-excludes: '' | |
comment-title: '### 你要找的是不是 (You may look for issues):' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false |