[小实验] 基于 Action 的自动 Issue 管理 #3
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 | |
permissions: | |
issues: write | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
similarity-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Issues Similarity Analysis | |
uses: actions-cool/[email protected] | |
with: | |
filter-threshold: 0.7 | |
comment-title: '反馈检查 | Feedback Check' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false | |
show-mentioned: true |