Skip to content

Commit 1883ccf

Browse files
committed
Enable duplicate detection on new issues
1 parent 3751acf commit 1883ccf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/similarity.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
perform: true,
3+
whenCreatedByTeam: false,
4+
comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}"
5+
}

0 commit comments

Comments
 (0)