wow-actions/Potential Duplicates
Search for potential issue duplicates using Damerau–Levenshtein algorithm..
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token for authentication. | yes | — |
| filter | Filter issues by title. | no | — |
| exclude | Exclude keywords in title before detecting. | no | — |
| label | Label to set, when potential duplicates are detected. | no | potential-duplicate |
| state | Get issues with state to compare. Supported state: 'all', 'closed', 'open' | no | all |
| threshold | Label color to set, when potential duplicates are detected. | no | 0.6 |
| comment | Comment to post when potential duplicates are detected. | no | Potential duplicates: {{#issues}} - [#{{ number }}] {{ title }} ({{ accuracy }}%) {{/issues}} |
| reactions | Reactions to be add to comment when potential duplicates are detected. | no | — |
Outputs
no outputs