Skip to content

Commit

Permalink
Add findDuplicates command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Feb 16, 2018
1 parent acef75f commit e47770a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,11 @@
action: 'updateLabels',
addLabel: 'confirmed'
},
{
type: 'comment',
name: 'findDuplicates',
action: 'comment',
comment: "Potential duplicates:\n${potentialDuplicates}"
},
]
}

0 comments on commit e47770a

Please sign in to comment.