carolinedanslesnuages/Duplicated issue detector
Finds duplicate issues using NLP (semantic similarity) and adds a label/comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GITHUB_TOKEN for the repository using this action. Required to interact with the GitHub API. | yes | — |
| threshold | The minimum similarity score (between 0.0 and 1.0) to consider an issue a duplicate. | no | 0.80 |
| duplicate-label | The name of the label to add to issues identified as potential duplicates. The label must exist in the repository. | no | potential-duplicate |
Outputs
no outputs