Revert to old bot for find-duplicates.

This commit is contained in:
Jackson Kearl 2020-03-13 15:11:07 -07:00
parent 48fa5b2a39
commit ce55064873
2 changed files with 12 additions and 12 deletions

12
.github/commands.json vendored
View file

@ -115,18 +115,6 @@
"addLabel": "confirmation-pending",
"removeLabel": "confirmed"
},
{
"type": "comment",
"name": "findDuplicates",
"allowUsers": [
"cleidigh",
"usernamehw",
"gjsjohnmurray",
"IllusionMH"
],
"action": "comment",
"comment": "Potential duplicates:\n${potentialDuplicates}"
},
{
"type": "comment",
"name": "needsMoreInfo",

12
.github/commands.yml vendored Normal file
View file

@ -0,0 +1,12 @@
{
perform: true,
commands: [
{
type: 'comment',
name: 'findDuplicates',
allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'],
action: 'comment',
comment: "Potential duplicates:\n${potentialDuplicates}"
}
]
}