Skip to content

[QUESTION]是不是我姿势不太对呢,第n次响应为空 #29

[QUESTION]是不是我姿势不太对呢,第n次响应为空

[QUESTION]是不是我姿势不太对呢,第n次响应为空 #29

name: Issues Similarity Analysis
on:
issues:
types: [opened, edited]
permissions:
issues: write
jobs:
similarity-analysis:
runs-on: ubuntu-latest
steps:
- name: analysis
uses: actions-cool/[email protected]
with:
filter-threshold: 0.5
comment-title: '### Similarity Issues'
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true
since-days: 730