actions-cool/Issues Similarity Analysis
A GitHub Action help you analysis similarity based on the title of issue.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Feb 18, 2024
- License
- MIT
Pinned Snippet
uses: actions-cool/issues-similarity-analysis@0a5ea211e6a178915f0f754968fc94ff845bcb41 # v1.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| since-days | How days to query the issues that updated since. | — | 100 |
| filter-threshold | Filter issues similarity higher than this threshold. | — | 0.8 |
| title-excludes | Exclude words before filter. | — | — |
| comment-title | Comment title customization. | — | — |
| comment-body | Comment body customization. | — | — |
| show-mentioned | Whether show mentioned. | — | — |
| show-footer | Whether show footer. | — | — |
Outputs
| name | description |
|---|---|
| similar-issues-found | Whether similar issues found. |
| similar-issues | Similar issues Summary. |
| similar-issues-number | Similar issues Number. |