Add findDuplicates command

This commit is contained in:
Christof Marti 2018-02-16 16:35:04 +01:00
parent acef75f297
commit e47770acea

View file

@ -56,5 +56,11 @@
action: 'updateLabels',
addLabel: 'confirmed'
},
{
type: 'comment',
name: 'findDuplicates',
action: 'comment',
comment: "Potential duplicates:\n${potentialDuplicates}"
},
]
}