[QUESTION] douyin关注用户列表接口翻页的问题 #35
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] | |
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 |