部署craned日志报错failed to wait for hpa-observer-controller caches to sync: timed out waiting for cache to be synced #218
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: | |
contents: read | |
jobs: | |
similarity-analysis: | |
permissions: | |
issues: write # for actions-cool/issues-similarity-analysis to create issue comments | |
runs-on: ubuntu-latest | |
steps: | |
- name: analysis | |
uses: actions-cool/issues-similarity-analysis@v1 | |
with: | |
filter-threshold: 0.5 | |
title-excludes: '' | |
comment-title: '### You may look for issues:' | |
comment-body: '${index}. ${similarity} #${number}' |