Skip to content

Bug: 群精华自定义字段应该统一。 #10

Bug: 群精华自定义字段应该统一。

Bug: 群精华自定义字段应该统一。 #10

# 问题相似性分析
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: '### 似乎有相似的问题'
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true
since-days: 730