使用网页缓存刷新时会出现程序崩溃的问题 #1363
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@v1 | |
with: | |
filter-threshold: 0.5 | |
comment-title: '### Probable Similar Topics' | |
title-excludes: '[Publish]:,[Bug]:,[Feat]:,[Network]:,[ENG]' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false | |
show-mentioned: true | |
since-days: 365 |