mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 08:36:37 +00:00
21 lines
533 B
YAML
21 lines
533 B
YAML
name: 相似 Issues 分析
|
|
|
|
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: |
|
|
### 相似 Issues
|
|
comment-body: '${index}. ${similarity} #${number}'
|
|
title-excludes: "(在这里输入你的标题),bug"
|
|
since-days: 365
|
|
show-footer: false
|
|
show-mentioned: true |