Tigent
ConfigurationDuplicates

Configuration

Duplicates

Automatically detect and link duplicate issues.

Configuration

Enable duplicate detection in your config file:

duplicates:
  enabled: true
  threshold: 0.8
  autoclose: false

Options

enabled

Enable or disable duplicate detection.

enabled: true

threshold

Similarity threshold (0.0 to 1.0). Higher values require more similarity.

threshold: 0.8

autoclose

Automatically close duplicate issues. Default: false

autoclose: true

How it works

When a new issue is created, Tigent uses semantic similarity to compare it against existing open issues. If a match is found above the threshold, it adds a comment linking to the potential duplicate.