2024/10/23 18:45:02 Callback调用失败, 异常信息: Get "https://dynv6.com/api/update?zone=xia.my&token=g_LrznFTeT9Y&ipv6=240e:********": proxyconnect tcp: dial tcp 127.0.0.1:10808: connectex: No connection could be made because the target machine actively refused it. #313
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] | |
jobs: | |
similarity-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: analysis | |
uses: actions-cool/issues-similarity-analysis@v1 | |
with: | |
filter-threshold: 0.5 | |
comment-title: '### See' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false |